aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4a2806e45..4a0565a70 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3154,10 +3154,10 @@ button.close {
}
.navbar-collapse {
- max-height: 360px;
+ max-height: 340px;
padding: 5px 15px;
overflow-x: visible;
- overflow-y: scroll;
+ overflow-y: auto;
border-top: 1px solid #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;