Skip to content

Commit 7de2c98

Browse files
author
任庆伟
committed
support scroll from scss
1 parent 86e914e commit 7de2c98

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 {
@@ -85,6 +86,7 @@ $panel-radius-4: $corner-radius * 2;
8586
width: 100%;
8687
padding-left: 0;
8788
border-left: none;
89+
margin-bottom: $panel-space-100;
8890
}
8991

9092
button {

0 commit comments

Comments
 (0)