From 09e1f69d3e5c7b2f8d68e757701d48811c1a0b65 Mon Sep 17 00:00:00 2001 From: Jason Harbert Date: Tue, 13 Aug 2013 19:40:12 -0700 Subject: fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu are no longer visible --- dist/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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 +} -- cgit v1.2.3