From ce570d0ed9b139541df9ed87195889f29387872a Mon Sep 17 00:00:00 2001 From: Simounet Date: Tue, 7 Sep 2021 22:05:46 +0200 Subject: Fix trashbin files view sticky action bar Signed-off-by: Simounet --- apps/files/css/files.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/files/css') diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 5aea86d064a..15255fdc47f 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -306,7 +306,8 @@ table th.column-last, table td.column-last { max-width: 130px; } -#app-content-files thead { +#app-content-files thead, +#app-content-trashbin thead { top: 94px; } -- cgit v1.2.3