mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Fix trashbin files view sticky action bar
Signed-off-by: Simounet <contact@simounet.net>
This commit is contained in:
parent
d4d1f5dfce
commit
ce570d0ed9
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue