We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2f21d7 + 22c65b8 commit 8123117Copy full SHA for 8123117
src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss
@@ -28,6 +28,7 @@ $panel-radius-4: $corner-radius * 2;
28
right: 0;
29
background: $tc-white;
30
padding: 15px;
31
+ overflow-y: scroll;
32
}
33
34
&.hidden {
@@ -84,6 +85,7 @@ $panel-radius-4: $corner-radius * 2;
84
85
top: $panel-space-30;
86
width: 100%;
87
padding-left: 0;
88
+ margin-bottom: $panel-space-100;
89
border-left: none;
90
91
0 commit comments