aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2012-02-18 13:08:49 +0100
committerGeremia Taglialatela <[email protected]>2012-02-18 13:08:49 +0100
commit2068b74ea8b311aa984920bd115ca37963de56d1 (patch)
tree47d64c9e4fc916b263486cdd3ac1c01c0f9b19b7
parent7ec09d0db9b1117d708682a08efaa55045e6926e (diff)
downloadbootstrap-2068b74ea8b311aa984920bd115ca37963de56d1.tar.xz
bootstrap-2068b74ea8b311aa984920bd115ca37963de56d1.zip
Fixed a wrong behaviour when using collapse and dropdown in responsive layout
-rw-r--r--less/responsive.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less
index 1547dce9e..8c39f088e 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;
}
}