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:
parent
deeba7584d
commit
5fd9601cc1
2 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue