Skip to content

Commit b909ca1

Browse files
committed
fix: increases z-index for datepicker and colorpicker panels
1 parent 2675095 commit b909ca1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/inputs/pro/colorpicker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default {
6464
absolute
6565
left-0
6666
top-full
67-
z-10
67+
z-[99]
6868
flex
6969
w-[100vw]
7070
max-w-[18.5em]

src/inputs/pro/datepicker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default {
2121
panelWrapper: `
2222
group/panel
2323
absolute
24+
z-[99]
2425
min-w-[20em]
2526
top-[calc(100%_+_0.5em)]
2627
shadow-[0_0_1.25em_rgba(0,0,0,.25)]

0 commit comments

Comments
 (0)