BUGFIX: overflow auto makes more sense here.

This commit is contained in:
Sam 2014-06-02 15:48:44 +10:00
parent 0979e7b9af
commit e7c6a51760
2 changed files with 3 additions and 3 deletions

View File

@ -484,7 +484,7 @@ ol.category-breadcrumb {
.category-dropdown-menu {
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
position: absolute;
border: 1px solid scale-color-diff();
background-color: $secondary;

View File

@ -448,7 +448,7 @@ ol.category-breadcrumb {
.category-dropdown-menu {
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
position: absolute;
border: 1px solid scale-color-diff();
background-color: $secondary;
@ -477,4 +477,4 @@ ol.category-breadcrumb {
.category-notification-menu {
display: none;
}
}