fix: adjust popup panel's z-index value (#2952)
This commit is contained in:
parent
4fb9606361
commit
52804ca6d1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user