Remove `wrapperClassName` prop from VibePanel modal.

This commit is contained in:
GuanMu 2025-12-29 13:47:49 +08:00
parent 1ad308be06
commit 1b0140bef7
1 changed files with 0 additions and 1 deletions

View File

@ -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">