fix: switch zindex

This commit is contained in:
Joel
2026-01-15 11:31:08 +08:00
parent e40c2354d5
commit 834a5df580

View File

@ -33,7 +33,7 @@ const ViewPicker: FC<ViewPickerProps> = ({
return (
<SegmentedControl
className={cn('absolute left-3 top-3 z-[999] text-text-accent-light-mode-only', className)}
className={cn('absolute left-3 top-3 z-[12] text-text-accent-light-mode-only', className)}
options={options}
value={value}
onChange={handleChange}