aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorJason Harbert <[email protected]>2013-08-13 19:40:12 -0700
committerJason Harbert <[email protected]>2013-08-13 19:40:12 -0700
commit09e1f69d3e5c7b2f8d68e757701d48811c1a0b65 (patch)
treec1137f51d30fb895e5bdf76fe6b646c9fea17f9e /dist/css/bootstrap.css
parent66122fa153e3d0e18c9796d93f674f0b04831ee9 (diff)
downloadbootstrap-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.css3
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
+}