2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8

This commit is contained in:
Mark Otto
2012-09-20 10:27:59 -07:00
parent 67585bd34e
commit 443c43f6c4
7 changed files with 47 additions and 9 deletions
+1
View File
@@ -41,6 +41,7 @@
// Override the default collapsed state
.nav-collapse.collapse {
height: auto;
overflow: visible;
}