Merge pull request #28769 from nextcloud/backport/28754/stable22

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

View file

@ -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;
}