Skip to content

Commit 2d1e0ae

Browse files
authored
Merge pull request #28770 from nextcloud/backport/28754/stable21
[stable21] Fix trashbin files view sticky action bar
2 parents 4bd98ec + 0eeed51 commit 2d1e0ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/files/css/files.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ table th.column-last, table td.column-last {
298298
max-width: 130px;
299299
}
300300

301-
#app-content-files thead {
301+
#app-content-files thead,
302+
#app-content-trashbin thead {
302303
top: 94px;
303304
}
304305

0 commit comments

Comments
 (0)