diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2021-09-09 12:57:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 12:57:01 +0200 |
commit | 9be939300ae0e426d9818756f83f6f09733307fe (patch) | |
tree | 998ec1de999e292ab3b4e27b6500ba0e56c991b3 | |
parent | 412888cd22d677c99d37c1e57271c3f6acb89b0c (diff) | |
parent | ce570d0ed9b139541df9ed87195889f29387872a (diff) | |
download | nextcloud-server-9be939300ae0e426d9818756f83f6f09733307fe.tar.gz nextcloud-server-9be939300ae0e426d9818756f83f6f09733307fe.zip |
Merge pull request #28754 from Simounet/fix/files-trashbin-action-sticky-bar
Fix trashbin files view sticky action bar
-rw-r--r-- | apps/files/css/files.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |