fix color picker z-index (always above)
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s

This commit is contained in:
isUnknown 2026-01-09 17:03:11 +01:00
parent 83455b7098
commit e229deb0f6
5 changed files with 20 additions and 19 deletions

View file

@ -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;

View file

@ -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