summaryrefslogtreecommitdiff
path: root/htroot/env/bootstrap-base.css
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2015-09-15 02:11:30 +0200
committerreger <reger18@arcor.de>2015-09-15 02:11:30 +0200
commit733d725dec889831fa92b7e701ba28cc9935bdd8 (patch)
treec5cac4efb0ae62e47f1f0a8e07b0a87c7b7a036f /htroot/env/bootstrap-base.css
parent4c38083a1103585fe5e8fe5e0e766542560ab18c (diff)
limit css scrolling to result/content window x
from pull request #10
Diffstat (limited to 'htroot/env/bootstrap-base.css')
-rw-r--r--htroot/env/bootstrap-base.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/htroot/env/bootstrap-base.css b/htroot/env/bootstrap-base.css
index 53a731369..a8183ecb8 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: scroll;
+ overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
}
@@ -124,6 +124,5 @@ ul.nav li.dropdown:hover ul.dropdown-menu{
z-index: 1600;
}
.col-md-9 {
- width: auto;
overflow-x: hidden;
}