We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed91ae0 commit 6b53fd1Copy full SHA for 6b53fd1
templates/challenge.html
@@ -29,6 +29,7 @@
29
}
30
31
.sidebar-container .sidebar-challenge-main {
32
+ overflow-x: hidden;
33
overflow-y: auto;
34
padding-left: 8px;
35
padding-right: 8px;
templates/components/challenge_sidebar.html
@@ -19,7 +19,6 @@
19
20
21
.challenge-nav .challenge-level {
22
- width: fit-content;
23
border-bottom: 1px dashed hsl(240, 2%, 90%);
24
text-transform: uppercase;
25
letter-spacing: 1px;
@@ -81,6 +80,7 @@
81
80
box-shadow: 0 0 10px #00000080;
82
transition: left 0.2s ease-in-out;
83
z-index: 1;
84
85
86
0 commit comments