Increase the z-index of the select area in the drive
This commit is contained in:
parent
80115d0071
commit
cd98fc6eab
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user