2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fixed a wrong behaviour when using collapse and dropdown in responsive layout

This commit is contained in:
Geremia Taglialatela
2012-02-18 13:08:49 +01:00
parent 7ec09d0db9
commit 2068b74ea8
+1
View File
@@ -297,6 +297,7 @@
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}