Skip to content
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
mg1075 opened this issue Nov 22, 2016 · 2 comments
Open

angular-ui github website: dropdown menu and previous versions lisst #6330

mg1075 opened this issue Nov 22, 2016 · 2 comments

Comments

@mg1075
Copy link

mg1075 commented Nov 22, 2016

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;
}

image

@wesleycho
Copy link
Contributor

Feel free to file a PR - this would need two PRs if you do embark on this, one to the gh-pages branch modifying all of the CSS files for the docs apps, and another for modifying the JS template in the docs app here: https://github.com/angular-ui/bootstrap/blob/master/misc/demo/assets/demo.css

sudarsangp added a commit to sudarsangp/bootstrap that referenced this issue Jun 19, 2017
ensure previous docs dropdown is scrollable

Closes angular-ui#6330
sudarsangp added a commit to sudarsangp/bootstrap that referenced this issue Jun 19, 2017
ensure previous docs dropdown is scrollable

Closes angular-ui#6330
@sudarsangp
Copy link

@wesleycho I have followed your suggestion mentioned in the comment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants