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

@ -675,11 +675,6 @@ onMounted(async () => {
height: 1.5rem;
}
/* Coloris color picker - ensure it's always on top */
:deep(.clr-picker) {
z-index: 10000 !important;
}
/* Coloris button - ensure it's clickable and visible */
:deep(.clr-field button) {
pointer-events: auto !important;