1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02: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

View File

@@ -3208,6 +3208,9 @@ button.close {
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
}
@media (min-width: 768px) {

File diff suppressed because one or more lines are too long