Skip to content

Commit ee34431

Browse files
committed
TCA-1260 - FCC: fix sidebar overlap
1 parent 52e11be commit ee34431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src-ts/tools/learn/free-code-camp/fcc-sidebar/FccSidebar.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
left: 0;
77
top: 0;
88
bottom: 0;
9+
z-index: 1;
910

1011
@include ltemd {
1112
position: relative;
@@ -29,4 +30,4 @@
2930
flex: 0 0 auto;
3031
margin-bottom: $space-xl;
3132
margin-top: $space-lg;
32-
}
33+
}

0 commit comments

Comments
 (0)