mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Fix mobile issue where checkbox was seen over sidebar on list item hover (#5288)
Fixes #5287
This commit is contained in:
parent
eb7c690ea9
commit
ffdf115bf2
@ -159,7 +159,7 @@ div.fesl-row {
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
z-index: 20;
|
z-index: 8;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ div.fesl-row {
|
|||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
border: 2px solid @white;
|
border: 2px solid @white;
|
||||||
z-index: 10;
|
z-index: 7;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user