diff options
| author | Mark Otto <[email protected]> | 2013-08-13 15:22:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-13 15:22:05 -0700 |
| commit | 5b4fe08f42ec433d0f193d75dbaac8e6dacae526 (patch) | |
| tree | 00b13342d3dc3c9356aa51a48b0ae8ea08126e87 /dist/css/bootstrap.css | |
| parent | fa330f308aace22886fee3dbacbcbd4f8adb0fe6 (diff) | |
| download | bootstrap-5b4fe08f42ec433d0f193d75dbaac8e6dacae526.tar.xz bootstrap-5b4fe08f42ec433d0f193d75dbaac8e6dacae526.zip | |
fixes #9439: use overflow: auto on navbar collapse
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4a2806e45..4a0565a70 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3154,10 +3154,10 @@ button.close { } .navbar-collapse { - max-height: 360px; + max-height: 340px; padding: 5px 15px; overflow-x: visible; - overflow-y: scroll; + overflow-y: auto; border-top: 1px solid #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; |
