diff options
| author | Mark Otto <[email protected]> | 2013-10-21 01:53:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-21 01:53:41 -0700 |
| commit | eed53d781188914c8328fb0ab77b700c3462fdbf (patch) | |
| tree | 1acf7ab217a9e6f90c2ca3c59c02eef6385e3c78 /dist/css/bootstrap.css | |
| parent | ee9be1a30fce8d00f6fe5fb4d23a290790aae5f6 (diff) | |
| download | bootstrap-eed53d781188914c8328fb0ab77b700c3462fdbf.tar.xz bootstrap-eed53d781188914c8328fb0ab77b700c3462fdbf.zip | |
Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible to better enable scrolling on Android 4.x
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8dbecea05..5a3750ce6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
