From: Geremia Taglialatela Date: Sat, 18 Feb 2012 12:08:49 +0000 (+0100) Subject: Fixed a wrong behaviour when using collapse and dropdown in responsive layout X-Git-Tag: v2.0.2~148^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2065%2Fhead;p=thirdparty%2Fbootstrap.git Fixed a wrong behaviour when using collapse and dropdown in responsive layout --- diff --git a/less/responsive.less b/less/responsive.less index 1547dce9e7..8c39f088e7 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -297,6 +297,7 @@ @media (min-width: 980px) { .nav-collapse.collapse { height: auto !important; + overflow: visible !important; } }