Recent folder list will scroll when needed

Able to add more than one recent folder without refreshing the page
This commit is contained in:
Mark McDowall 2013-08-04 10:52:21 -07:00
commit 1ef168370e
3 changed files with 9 additions and 5 deletions

View file

@ -118,5 +118,10 @@ li.add-new:hover {
}
.root-folders-modal {
overflow: visible;
overflow: hidden;
.root-folders-list {
overflow: auto;
max-height: 300px;
}
}