Merge pull request #7626 from nextcloud/fixed-files-multiselect-top-margin
Fixed top position of multiselected files table
This commit is contained in:
commit
ea858fcb55
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue