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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue