mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #28771 from nextcloud/backport/28754/stable20
[stable20] Fix trashbin files view sticky action bar
This commit is contained in:
commit
b4e4f4c87a
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue