1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Fixed: Root folder selection scrolling

Fixes #3077
This commit is contained in:
Mark McDowall
2019-04-25 20:24:05 -07:00
parent 004b7391c6
commit 0b49eba77a
2 changed files with 36 additions and 3 deletions
@@ -45,6 +45,8 @@
}
.options {
composes: scroller from '~Components/Scroller/Scroller.css';
border: 1px solid $inputBorderColor;
border-radius: 4px;
background-color: $white;