mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 11:54:59 -04:00
Merge pull request #7663 from nextcloud/fix-file-list-visible-behind-the-multiselect-header
Fix file list visible behind the multiselect header
This commit is contained in:
commit
7fdd9097bb
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ table th.column-last, table td.column-last {
|
|||
table.multiselect thead {
|
||||
position: fixed;
|
||||
top: 89px;
|
||||
z-index: 10;
|
||||
z-index: 55;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
left: 250px; /* sidebar */
|
||||
|
|
|
|||
Loading…
Reference in a new issue