Fixed firefox scrollbar

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-11-09 18:46:08 +01:00
parent 2a1e9ad046
commit ebf131be84
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 3 additions and 1 deletions

View File

@ -1418,7 +1418,9 @@ div.crumb {
margin-right: 3px;
ul {
max-height: 345px;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
padding-right: 5px;
li.canDrop span:first-child {
background-image: url('../img/filetypes/folder-drag-accept.svg?v=1') !important;
}