mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 06:52:59 +01:00
give post tool dropdown min-height
it starts empty since its rendered after clicking the toggle
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.moderator-tools .dropdown-menu {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.category-list {
|
||||
padding: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user