mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
fix overflow on .collapse.in to enable dropdowns within an open collapse
This commit is contained in:
Vendored
+1
@@ -1928,6 +1928,7 @@ table .span24 {
|
||||
}
|
||||
.collapse.in {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
.close {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user