2
0
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:
Mark Otto
2013-10-21 01:53:41 -07:00
parent ee9be1a30f
commit eed53d7811
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -74,7 +74,7 @@
}
&.in {
overflow-y: visible;
overflow-y: auto;
}
// Account for first and last children spacing