Skip to content

Commit

Permalink
add max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 19, 2019
1 parent 5d7973e commit 7fef99c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/themes/overrides/OptionsOverrides.scss
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
// Css module overrides go here …

.ul {
overflow-x: hidden;
overflow-y: overlay;
max-height: 300px;
&::-webkit-scrollbar-button {
height: 7px;
display: block;
}
}

0 comments on commit 7fef99c

Please sign in to comment.