Skip to content

Commit 4c83d3f

Browse files
authored
fix(sidebar): protect collapsible lists from plugin hidden styles (#2097)
1 parent 8f908aa commit 4c83d3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/styles/list.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
&.collapsible {
1111
&.hidden {
12+
display: block !important;
13+
1214
ul {
1315
display: none;
1416
}

0 commit comments

Comments
 (0)