Merge pull request #2412 from nextcloud/filepicker-bottom-padding-fix

Fix #2408
This commit is contained in:
Christoph Wurst 2016-11-29 19:30:15 +01:00 committed by GitHub
commit 83cef4e764
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
@ -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 {