Merge pull request #7626 from nextcloud/fixed-files-multiselect-top-margin

Fixed top position of multiselected files table
This commit is contained in:
Roeland Jago Douma 2017-12-28 11:22:44 +01:00 committed by GitHub
commit ea858fcb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ table th.column-last, table td.column-last {
/* Multiselect bar */
#filestable.multiselect {
top: 95px;
top: 51px;
}
table.multiselect thead {
position: fixed;