mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Recent folder list will scroll when needed
Able to add more than one recent folder without refreshing the page
This commit is contained in:
parent
19906e0350
commit
1ef168370e
3 changed files with 9 additions and 5 deletions
|
@ -118,5 +118,10 @@ li.add-new:hover {
|
|||
}
|
||||
|
||||
.root-folders-modal {
|
||||
overflow: visible;
|
||||
overflow: hidden;
|
||||
|
||||
.root-folders-list {
|
||||
overflow: auto;
|
||||
max-height: 300px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue