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.
1 parent 86e914e commit 7de2c98Copy full SHA for 7de2c98
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 {
@@ -85,6 +86,7 @@ $panel-radius-4: $corner-radius * 2;
85
86
width: 100%;
87
padding-left: 0;
88
border-left: none;
89
+ margin-bottom: $panel-space-100;
90
91
92
button {
0 commit comments