diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4d8bb7038..50b168190 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2870,6 +2870,16 @@ button.close { margin-bottom: 0; } +@media (max-width: 768px) { + .nav-collapse-scrollable { + max-height: 360px; + margin-bottom: 15px; + overflow-x: hidden; + overflow-y: scroll; + -webkit-overflow-scrolling: touch; + } +} + .navbar-brand { display: block; max-width: 200px; |
