diff options
| author | Mark Otto <[email protected]> | 2013-08-16 15:07:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 15:07:45 -0700 |
| commit | f459d76e388b1d73b8b0065f8fbaf573f7eaed32 (patch) | |
| tree | bc7f63a0de41e4e7d6bf7f8a6db7eac4388d8e6c /dist/css/bootstrap.css | |
| parent | 60d150dfd7da5bdebf117bfe4c9010085823cf17 (diff) | |
| download | bootstrap-f459d76e388b1d73b8b0065f8fbaf573f7eaed32.tar.xz bootstrap-f459d76e388b1d73b8b0065f8fbaf573f7eaed32.zip | |
fixes #9475
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 515c9cd22..b44253ee2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3231,7 +3231,6 @@ button.close { padding-right: 15px; padding-left: 15px; overflow-x: visible; - overflow-y: auto; border-top: 1px solid #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; @@ -3257,6 +3256,10 @@ button.close { clear: both; } +.navbar-collapse.in { + overflow-y: auto; +} + @media (min-width: 768px) { .navbar-collapse { width: auto; |
