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 --- less/navbar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less') diff --git a/less/navbar.less b/less/navbar.less index 287ef603c..846695212 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -59,9 +59,9 @@ // This is not automatically added to the `.navbar-fixed-top` because it causes // z-index bugs in iOS7 (possibly earlier). - max-height: 360px; + max-height: 340px; overflow-x: visible; - overflow-y: scroll; + overflow-y: auto; -webkit-overflow-scrolling: touch; @media (min-width: @grid-float-breakpoint) { -- cgit v1.2.3