From 0eeed51159e0dc2760841f864cf87ab4c093e359 Mon Sep 17 00:00:00 2001 From: Simounet Date: Tue, 7 Sep 2021 22:05:46 +0200 Subject: [PATCH] Fix trashbin files view sticky action bar Signed-off-by: Simounet --- apps/files/css/files.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 5fe01a6fa2329..af79426408350 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -298,7 +298,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; }