From 5b4fe08f42ec433d0f193d75dbaac8e6dacae526 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Aug 2013 15:22:05 -0700 Subject: fixes #9439: use overflow: auto on navbar collapse --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4a2806e45..4a0565a70 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3154,10 +3154,10 @@ button.close { } .navbar-collapse { - max-height: 360px; + max-height: 340px; padding: 5px 15px; overflow-x: visible; - overflow-y: scroll; + overflow-y: auto; border-top: 1px solid #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; -- cgit v1.2.3