Fixed top position of multiselected files table

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-12-26 17:22:18 +01:00
parent e37fa60784
commit 84c961919b
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
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;