fix color picker z-index (always above)
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
This commit is contained in:
parent
83455b7098
commit
e229deb0f6
5 changed files with 20 additions and 19 deletions
|
|
@ -5,7 +5,7 @@
|
|||
background: white;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
||||
z-index: 10000;
|
||||
z-index: 10;
|
||||
width: 860px;
|
||||
max-height: 600px;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -529,7 +529,7 @@ input[type=number] {
|
|||
background: white;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
||||
z-index: 10000;
|
||||
z-index: 10;
|
||||
width: 860px;
|
||||
max-height: 600px;
|
||||
display: flex;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue