From 0664b3f0da25a99c5e0d88fdc566480baeaf83aa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 13:29:45 -0700 Subject: fixes #9634: turn off overflow-y when the navbar is re-expanded into horizontal mode --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 251cb0ee5..5b80d802a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3208,6 +3208,9 @@ button.close { padding-bottom: 0; overflow: visible !important; } + .navbar-collapse.in { + overflow-y: visible; + } } @media (min-width: 768px) { -- cgit v1.2.3