Skip to content

Commit 243cfe9

Browse files
authored
Merge pull request #599 from topcoder-platform/TCA-1260_fix-sidebar-overlap
TCA-1260 - fix sidebar overlap while loading -> dev
2 parents e2b206a + b0f0533 commit 243cfe9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src-ts/tools/learn/free-code-camp/FreeCodeCamp.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
width: 100%;
2828
display: flex;
2929
flex-direction: column;
30+
position: relative;
31+
z-index: 1;
3032

3133
padding-left: $space-xxxxl;
3234

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

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

1111
@include ltemd {
1212
position: relative;

0 commit comments

Comments
 (0)