mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: switch zindex
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user