Skip to content

Commit 22c65b8

Browse files
committed
Fix issue #382
1 parent 2f1d2f9 commit 22c65b8

File tree

1 file changed

+2
-0
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+2
-0
lines changed

src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $panel-radius-4: $corner-radius * 2;
2828
right: 0;
2929
background: $tc-white;
3030
padding: 15px;
31+
overflow-y: scroll;
3132
}
3233

3334
&.hidden {
@@ -84,6 +85,7 @@ $panel-radius-4: $corner-radius * 2;
8485
top: $panel-space-30;
8586
width: 100%;
8687
padding-left: 0;
88+
margin-bottom: $panel-space-100;
8789
border-left: none;
8890
}
8991

0 commit comments

Comments
 (0)