mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05:00
BUGFIX: overflow auto makes more sense here.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user