Skip to content

Commit 1c429f6

Browse files
authored
fix: DayPicker zIndex issue (#525)
1 parent 2132e46 commit 1c429f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DayPicker/_partials/DayPickerContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const DayPickerContent = forwardRef<
106106
style={popper.styles.popper}
107107
{...popper.attributes.popper}
108108
ref={ref}
109-
zIndex={2}
109+
zIndex="dayPicker"
110110
minW={250}
111111
role="dialog"
112112
>

0 commit comments

Comments
 (0)