Skip to content

Commit 38fbf34

Browse files
Update style.scss
1 parent fd4b2c6 commit 38fbf34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/sidebar/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ body.no-animation {
139139
max-height: 100%;
140140

141141
&.hidden {
142-
max-height: 30px;
143-
min-height: 30px;
142+
max-height: 30px !important;
143+
min-height: 30px !important;
144144
overflow: hidden !important;
145145
}
146146

@@ -321,4 +321,4 @@ body.no-animation {
321321
background-color: var(--border-color);
322322
margin: 4px 0;
323323
}
324-
}
324+
}

0 commit comments

Comments
 (0)