From 7e299c6a49bced5d2c2581a5504ddf7dbcaf041f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 6 Mar 2014 22:32:21 -0800 Subject: Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus. --- dist/css/bootstrap.css | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 271b87458..6fe124c88 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5003,7 +5003,6 @@ a.list-group-item-danger.active:focus { } .panel-group .panel { margin-bottom: 0; - overflow: hidden; border-radius: 4px; } .panel-group .panel + .panel { -- cgit v1.2.3