From f459d76e388b1d73b8b0065f8fbaf573f7eaed32 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Aug 2013 15:07:45 -0700 Subject: fixes #9475 --- dist/css/bootstrap.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3