mirror of
https://github.com/langgenius/dify.git
synced 2026-03-31 10:00:18 +08:00
refactor: replace highPriority prop with wrapperClassName for VibePanel z-index.
This commit is contained in:
parent
300d2822b4
commit
1e1efb4813
@ -139,7 +139,7 @@ const VibePanel: FC = () => {
|
||||
isShow={showVibePanel}
|
||||
onClose={handleClose}
|
||||
className="min-w-[1140px] !p-0"
|
||||
highPriority
|
||||
wrapperClassName="z-[900]"
|
||||
>
|
||||
<div className="flex h-[680px] flex-wrap">
|
||||
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user