Skip to content

Commit

Permalink
Add background color and replace styles with list-unstyled from BS
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYiJiang committed Jan 9, 2018
1 parent 5ce199d commit 058995c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions www/src/js/views/timetable/ModulesSelect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ div > .modal {
}

.selectList {
composes: scrollable-y from global;
composes: scrollable-y list-unstyled from global;
max-height: calc(100% - #{$input-height});
padding: 0;
margin: 0;
list-style: none;
// Background color so that elements behind this won't peek through for iOS overscroll
background: var(--body-bg);
}

@include media-breakpoint-up(md) {
Expand Down

0 comments on commit 058995c

Please sign in to comment.