Skip to content

Commit 00cab32

Browse files
committed
fix(Offcanvas): left and right offcanvas are not visible
1 parent 3600ea1 commit 00cab32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_offcanvas.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
&.showing,
8282
&.show:not(.hiding) {
83-
transform: none;
83+
transform: none !important; // stylelint-disable-line declaration-no-important
8484
}
8585

8686
&.showing,

0 commit comments

Comments
 (0)