Merge pull request #28771 from nextcloud/backport/28754/stable20

[stable20] Fix trashbin files view sticky action bar
This commit is contained in:
szaimen 2021-09-10 11:09:35 +02:00 committed by GitHub
commit b4e4f4c87a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,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;
}