diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-01-02 19:58:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-02 19:58:17 +0100 |
commit | 7fdd9097bb8cfa4a5d3afe161e1ee2a71da3a8eb (patch) | |
tree | 79fa82b0d306db583f594398945e01ff58b78edd /apps | |
parent | 194e955c8831124ce8b4a82b2b93cf820da7c74b (diff) | |
parent | 0b494b1f20255c3208dc7294eaa503d37ad8106b (diff) | |
download | nextcloud-server-7fdd9097bb8cfa4a5d3afe161e1ee2a71da3a8eb.tar.gz nextcloud-server-7fdd9097bb8cfa4a5d3afe161e1ee2a71da3a8eb.zip |
Merge pull request #7663 from nextcloud/fix-file-list-visible-behind-the-multiselect-header
Fix file list visible behind the multiselect header
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 9952203167c..00060ee7bd6 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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 */ |