mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fixes #9439: use overflow: auto on navbar collapse
This commit is contained in:
+2
-2
@@ -59,9 +59,9 @@
|
||||
|
||||
// This is not automatically added to the `.navbar-fixed-top` because it causes
|
||||
// z-index bugs in iOS7 (possibly earlier).
|
||||
max-height: 360px;
|
||||
max-height: 340px;
|
||||
overflow-x: visible;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
@media (min-width: @grid-float-breakpoint) {
|
||||
|
||||
Reference in New Issue
Block a user