From 84c961919bb985d1fefb54718b9a7791f9fe4850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 26 Dec 2017 17:22:18 +0100 Subject: [PATCH] Fixed top position of multiselected files table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 8e81bf84b4..9952203167 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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;