Skip to content

Commit 532aed6

Browse files
committed
fix: .c-sidebar-right position on mobile devices
1 parent 4c1943c commit 532aed6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scss/_sidebar.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
top: 0;
2020
bottom: 0;
2121
z-index: $zindex-fixed + 1;
22+
23+
&:not(.c-sidebar-right){
24+
left: 0;
25+
}
26+
&.c-sidebar-right {
27+
right: 0;
28+
}
2229
}
2330

2431
@include ltr {

0 commit comments

Comments
 (0)