Merge pull request #28754 from Simounet/fix/files-trashbin-action-sticky-bar

Fix trashbin files view sticky action bar
pull/28773/head
Louis 2021-09-09 12:57:01 +07:00 committed by GitHub
commit 9be939300a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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