forked from external-repos/squoosh
11 lines
148 B
CSS
11 lines
148 B
CSS
.panel-heading {
|
|
background: gray;
|
|
}
|
|
.panel-content {
|
|
height: 0px;
|
|
overflow: auto;
|
|
}
|
|
.panel-content[aria-expanded='true'] {
|
|
height: auto;
|
|
}
|