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:
parent
ee9be1a30f
commit
eed53d7811
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -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;
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -74,7 +74,7 @@
|
||||
}
|
||||
|
||||
&.in {
|
||||
overflow-y: visible;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
// Account for first and last children spacing
|
||||
|
Loading…
x
Reference in New Issue
Block a user