From 80d990cd1b2bdcc293c5825fc6392b718592047d Mon Sep 17 00:00:00 2001 From: Jason White Date: Thu, 17 Nov 2016 08:32:51 -0500 Subject: [PATCH] fixing the scroll 'sliver' problem. Likely need to check back on this when menu grows again --- webgoat-container/src/main/resources/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webgoat-container/src/main/resources/static/css/main.css b/webgoat-container/src/main/resources/static/css/main.css index d3ade88a8..ee0ae7e94 100644 --- a/webgoat-container/src/main/resources/static/css/main.css +++ b/webgoat-container/src/main/resources/static/css/main.css @@ -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; }