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:
Roeland Jago Douma 2018-01-02 19:58:17 +01:00 committed by GitHub
commit 7fdd9097bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */