Increase the z-index of the select area in the drive

This commit is contained in:
yflory 2017-05-03 17:18:10 +02:00
parent 80115d0071
commit cd98fc6eab
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ span.fa-folder-open {
display: none; display: none;
background-color: rgba(100, 100, 100, 0.7); background-color: rgba(100, 100, 100, 0.7);
position: absolute; position: absolute;
z-index: 50;
} }
#content.readonly { #content.readonly {
background: #e6e6e6; background: #e6e6e6;

View File

@ -275,6 +275,7 @@ span {
display: none; display: none;
background-color: rgba(100, 100, 100, 0.7); background-color: rgba(100, 100, 100, 0.7);
position: absolute; position: absolute;
z-index: 50;
} }
&.readonly { &.readonly {
background: @content-bg-ro; background: @content-bg-ro;