diff --git a/htroot/env/bootstrap-base.css b/htroot/env/bootstrap-base.css index ca6034cb1..53a731369 100644 --- a/htroot/env/bootstrap-base.css +++ b/htroot/env/bootstrap-base.css @@ -35,7 +35,7 @@ body { display: block; padding: 20px; overflow-x: hidden; - overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ + overflow-y: scroll; } } @@ -123,4 +123,7 @@ ul.nav li.dropdown:hover ul.dropdown-menu{ .popover { z-index: 1600; } - \ No newline at end of file +.col-md-9 { + width: auto; + overflow-x: hidden; +}