1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-06 11:46:24 -07:00

Fix staff menu clipping/not scrolling

This commit is contained in:
Eggbertx 2023-09-02 23:39:44 -07:00
parent deeba7584d
commit 5fd9601cc1
2 changed files with 4 additions and 4 deletions

View file

@ -43,10 +43,10 @@ div.dropdown-menu {
min-width: 300px;
min-height: 100px;
top: 28px;
right: 0px;
right: 8px;
z-index: 500;
padding: 4px 8px 4px 8px;
max-height: 100%;
max-height: 85%;
overflow-y: auto;
background-color: #999;
div {

View file

@ -533,10 +533,10 @@ div.dropdown-menu {
min-width: 300px;
min-height: 100px;
top: 28px;
right: 0px;
right: 8px;
z-index: 500;
padding: 4px 8px 4px 8px;
max-height: 100%;
max-height: 85%;
overflow-y: auto;
background-color: #999;
}