Skip to content

Commit

Permalink
fixing the scroll 'sliver' problem. Likely need to check back on this…
Browse files Browse the repository at this point in the history
… when menu grows again
  • Loading branch information
misfir3 committed Nov 17, 2016
1 parent d11635f commit 80d990c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webgoat-container/src/main/resources/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -809,7 +809,7 @@ cookie-container {
}

#menu-container {
overflow-y:scroll;
overflow-y:scroll auto;
overflow-x:hidden;
}

Expand Down

0 comments on commit 80d990c

Please sign in to comment.