0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01: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

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;

File diff suppressed because one or more lines are too long

View File

@ -74,7 +74,7 @@
}
&.in {
overflow-y: visible;
overflow-y: auto;
}
// Account for first and last children spacing