From 674da6ea3cd1855deb9748b6d1b4baf1d7712861 Mon Sep 17 00:00:00 2001 From: GretaD Date: Wed, 15 Jan 2020 17:52:27 +0100 Subject: [PATCH] fix multiselect actions for files Signed-off-by: GretaD --- 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 49ccf87dc1..1c7b118362 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -309,7 +309,7 @@ table.multiselect thead th { } table.multiselect #headerName { - position: relative; + position: sticky; width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */ } table.multiselect #modified {