diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 515c9cd22..b44253ee2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3231,7 +3231,6 @@ button.close { padding-right: 15px; padding-left: 15px; overflow-x: visible; - overflow-y: auto; border-top: 1px solid #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; @@ -3257,6 +3256,10 @@ button.close { clear: both; } +.navbar-collapse.in { + overflow-y: auto; +} + @media (min-width: 768px) { .navbar-collapse { width: auto; |
