Skip to content
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
@mg1075

Description

@mg1075

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions