give post tool dropdown min-height

it starts empty since its rendered after clicking the toggle
This commit is contained in:
Barış Soner Uşaklı
2022-09-24 00:03:20 -04:00
parent f5d30d83c6
commit 90b6d593fc

View File

@@ -26,6 +26,10 @@
overflow-x: hidden;
}
.moderator-tools .dropdown-menu {
min-height: 300px;
}
.category-list {
padding: 0;