This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
angular-ui github website: dropdown menu and previous versions lisst #6330
Open
Description
As someone who frequents the angular-ui bootstrap documentation website, and has to look at some of the older docs (thank you for keeping those around!), please note that it is difficult to select older items from the "previous docs" menu.
Perhaps add custom css as follows so the menu list can be usable again.
.navbar-nav>li>.dropdown-menu {
....
overflow-y: auto;
max-height: 400px;
}