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;