mirror of https://github.com/langgenius/dify.git
Remove `wrapperClassName` prop from VibePanel modal.
This commit is contained in:
parent
1ad308be06
commit
1b0140bef7
|
|
@ -139,7 +139,6 @@ const VibePanel: FC = () => {
|
||||||
isShow={showVibePanel}
|
isShow={showVibePanel}
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
className="min-w-[1140px] !p-0"
|
className="min-w-[1140px] !p-0"
|
||||||
wrapperClassName="z-[900]"
|
|
||||||
>
|
>
|
||||||
<div className="flex h-[680px] flex-wrap">
|
<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">
|
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue