summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-09-10 11:09:24 +0200
committerGitHub <noreply@github.com>2021-09-10 11:09:24 +0200
commit2d1e0ae8f7389baf8b1f8a14c6b6266e959aad51 (patch)
tree583e8dbd2c1b0443a0c4dac686117d36294ec255 /apps
parent4bd98ec1271575554de09bd16cf9931a2c31d5a2 (diff)
parent0eeed51159e0dc2760841f864cf87ab4c093e359 (diff)
downloadnextcloud-server-2d1e0ae8f7389baf8b1f8a14c6b6266e959aad51.tar.gz
nextcloud-server-2d1e0ae8f7389baf8b1f8a14c6b6266e959aad51.zip
Merge pull request #28770 from nextcloud/backport/28754/stable21
[stable21] Fix trashbin files view sticky action bar
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 5fe01a6fa23..af794264083 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;
}