Commit 7e299c6a authored by Mark Otto's avatar Mark Otto

Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel...

Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus.
parent df3eb66e
......@@ -6213,7 +6213,6 @@ a.list-group-item-danger.active:focus {
.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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 {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -199,7 +199,6 @@
.panel {
margin-bottom: 0;
border-radius: @panel-border-radius;
overflow: hidden; // crop contents when collapsed
+ .panel {
margin-top: 5px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment