2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fixes #9634: turn off overflow-y when the navbar is re-expanded into horizontal mode

This commit is contained in:
Mark Otto
2013-08-15 13:29:45 -07:00
parent 98368c0cca
commit 0664b3f0da
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -3208,6 +3208,9 @@ button.close {
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
}
@media (min-width: 768px) {