From cd98fc6eab2e21613145bd1e084dd85a8e55f11f Mon Sep 17 00:00:00 2001
From: yflory <yann.flory@xwiki.com>
Date: Wed, 3 May 2017 17:18:10 +0200
Subject: [PATCH] Increase the z-index of the select area in the drive

---
 www/drive/file.css  | 1 +
 www/drive/file.less | 1 +
 2 files changed, 2 insertions(+)

diff --git a/www/drive/file.css b/www/drive/file.css
index 1a7750e99..431cecd60 100644
--- a/www/drive/file.css
+++ b/www/drive/file.css
@@ -231,6 +231,7 @@ span.fa-folder-open {
   display: none;
   background-color: rgba(100, 100, 100, 0.7);
   position: absolute;
+  z-index: 50;
 }
 #content.readonly {
   background: #e6e6e6;
diff --git a/www/drive/file.less b/www/drive/file.less
index 11740cbc2..fc6985802 100644
--- a/www/drive/file.less
+++ b/www/drive/file.less
@@ -275,6 +275,7 @@ span {
         display: none;
         background-color: rgba(100, 100, 100, 0.7);
         position: absolute;
+        z-index: 50;
     }
     &.readonly {
         background: @content-bg-ro;