mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +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:
+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