mirror of
https://github.com/langgenius/dify.git
synced 2026-03-31 01:46:51 +08:00
fix: add z-index class to PortalToFollowElemContent for proper layering in dataset extra info component (#26729)
This commit is contained in:
parent
6157c67cfe
commit
3fb5a7bff1
@ -52,7 +52,7 @@ const ServiceApi = ({
|
||||
/>
|
||||
</div>
|
||||
</PortalToFollowElemTrigger>
|
||||
<PortalToFollowElemContent>
|
||||
<PortalToFollowElemContent className='z-[10]'>
|
||||
<Card
|
||||
apiEnabled={apiEnabled}
|
||||
apiBaseUrl={apiBaseUrl}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user