mirror of
https://github.com/minio/minio.git
synced 2026-06-11 09:53:15 -04: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
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ div.fesl-row {
|
|||
top: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
z-index: 20;
|
||||
z-index: 8;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
@ -223,7 +223,7 @@ div.fesl-row {
|
|||
width: 15px;
|
||||
height: 15px;
|
||||
border: 2px solid @white;
|
||||
z-index: 10;
|
||||
z-index: 7;
|
||||
border-radius: 2px;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue