Skip to content

Commit 8123117

Browse files
authored
Merge pull request #408 from elfman/issue382
Fixes #382
2 parents a2f21d7 + 22c65b8 commit 8123117

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)