1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus.

This commit is contained in:
Mark Otto
2014-03-06 22:32:21 -08:00
parent df3eb66ede
commit 7e299c6a49
10 changed files with 7 additions and 10 deletions

View File

@@ -6213,7 +6213,6 @@ a.list-group-item-danger.active:focus {
.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}

File diff suppressed because one or more lines are too long

View File

@@ -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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long