BUGFIX: overflow auto makes more sense here.
This commit is contained in:
parent
0979e7b9af
commit
e7c6a51760
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue