diff options
| author | Mark Otto <[email protected]> | 2013-08-15 13:29:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 13:29:45 -0700 |
| commit | 0664b3f0da25a99c5e0d88fdc566480baeaf83aa (patch) | |
| tree | 463247f5c4654d19661413379dede025d69cc78c /dist/css/bootstrap.css | |
| parent | 98368c0ccae4cbcc80b322b996e08ec2b9740c14 (diff) | |
| download | bootstrap-0664b3f0da25a99c5e0d88fdc566480baeaf83aa.tar.xz bootstrap-0664b3f0da25a99c5e0d88fdc566480baeaf83aa.zip | |
fixes #9634: turn off overflow-y when the navbar is re-expanded into horizontal mode
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 251cb0ee5..5b80d802a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3208,6 +3208,9 @@ button.close { padding-bottom: 0; overflow: visible !important; } + .navbar-collapse.in { + overflow-y: visible; + } } @media (min-width: 768px) { |
