diff options
| author | Jason Harbert <[email protected]> | 2013-08-13 19:40:12 -0700 |
|---|---|---|
| committer | Jason Harbert <[email protected]> | 2013-08-13 19:40:12 -0700 |
| commit | 09e1f69d3e5c7b2f8d68e757701d48811c1a0b65 (patch) | |
| tree | c1137f51d30fb895e5bdf76fe6b646c9fea17f9e /dist/css/bootstrap.css | |
| parent | 66122fa153e3d0e18c9796d93f674f0b04831ee9 (diff) | |
| download | bootstrap-09e1f69d3e5c7b2f8d68e757701d48811c1a0b65.tar.xz bootstrap-09e1f69d3e5c7b2f8d68e757701d48811c1a0b65.zip | |
fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu are no longer visible
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4a0565a70..671e6587f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3190,6 +3190,7 @@ button.close { padding-bottom: 0; border-top: 0; box-shadow: none; + overflow-y: visible; } } @@ -5576,4 +5577,4 @@ td.visible-print { td.hidden-print { display: none !important; } -}
\ No newline at end of file +} |
