fix: adjust popup panel's z-index value (#2952)

This commit is contained in:
legao 2024-03-25 07:09:01 +00:00 committed by GitHub
parent 4fb9606361
commit 52804ca6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
style.actionIconWrapper,
)
}
className={'!w-[128px] h-fit !z-20'}
className={'!w-[128px] h-fit !z-0'}
manualClose
/>}
</div>