fixing the scroll 'sliver' problem. Likely need to check back on this when menu grows again
This commit is contained in:
parent
d11635f9da
commit
80d990cd1b
@ -657,7 +657,7 @@ fieldset[disabled] .btn-warning.active {
|
||||
}
|
||||
.modal .modal-body.modal-scroll {
|
||||
max-height: 375px;
|
||||
overflow-y: auto;
|
||||
overflow-y: scroll auto;
|
||||
}
|
||||
|
||||
#about-modal {
|
||||
@ -809,7 +809,7 @@ cookie-container {
|
||||
}
|
||||
|
||||
#menu-container {
|
||||
overflow-y:scroll;
|
||||
overflow-y:scroll auto;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user