mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible to better enable scrolling on Android 4.x
This commit is contained in:
Vendored
+1
-1
@@ -4370,7 +4370,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
overflow: visible !important;
|
||||
}
|
||||
.navbar-collapse.in {
|
||||
overflow-y: visible;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.navbar-collapse .navbar-nav.navbar-left:first-child {
|
||||
margin-left: -15px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -74,7 +74,7 @@
|
||||
}
|
||||
|
||||
&.in {
|
||||
overflow-y: visible;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
// Account for first and last children spacing
|
||||
|
||||
Reference in New Issue
Block a user