mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 14:14:17 +08:00
fix: switch zindex
This commit is contained in:
parent
e40c2354d5
commit
834a5df580
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user