fixing the scroll 'sliver' problem. Likely need to check back on this when menu grows again

This commit is contained in:
Jason White 2016-11-17 08:32:51 -05:00
parent d11635f9da
commit 80d990cd1b

View File

@ -657,7 +657,7 @@ fieldset[disabled] .btn-warning.active {
} }
.modal .modal-body.modal-scroll { .modal .modal-body.modal-scroll {
max-height: 375px; max-height: 375px;
overflow-y: auto; overflow-y: scroll auto;
} }
#about-modal { #about-modal {
@ -809,7 +809,7 @@ cookie-container {
} }
#menu-container { #menu-container {
overflow-y:scroll; overflow-y:scroll auto;
overflow-x:hidden; overflow-x:hidden;
} }