mirror of
https://github.com/langgenius/dify.git
synced 2026-02-17 01:00:59 -05:00
fix: adjust popup panel's z-index value (#2952)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user