mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 17:55:59 +02:00
fix: tool dropdown
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
.category-dropdown-menu {
|
||||
max-height: 500px;
|
||||
min-height: 300px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
bottom: 10%;
|
||||
right: 2rem;
|
||||
z-index: $zindex-modal;
|
||||
.category-dropdown-menu {
|
||||
min-height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
|
||||
Reference in New Issue
Block a user