Skip to content

Commit

Permalink
Fix #2408
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 29, 2016
1 parent d86b29b commit 506c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
overflow-y: auto;
height: 100%; /** overflow under the button row */
width: 100%;
padding-bottom: 55px;
}

#oc-dialog-filepicker-content .emptycontent {
Expand All @@ -793,6 +792,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin
#oc-dialog-filepicker-content #filestable.filelist {
/* prevent the filepicker to overflow */
min-width: initial;
margin-bottom: 50px;
}

#oc-dialog-filepicker-content .filelist td {
Expand Down

0 comments on commit 506c981

Please sign in to comment.