mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 15:10:13 -05:00
fix: add z-index class to PortalToFollowElemContent for proper layering in dataset extra info component (#26729)
This commit is contained in:
@@ -52,7 +52,7 @@ const ServiceApi = ({
|
||||
/>
|
||||
</div>
|
||||
</PortalToFollowElemTrigger>
|
||||
<PortalToFollowElemContent>
|
||||
<PortalToFollowElemContent className='z-[10]'>
|
||||
<Card
|
||||
apiEnabled={apiEnabled}
|
||||
apiBaseUrl={apiBaseUrl}
|
||||
|
||||
Reference in New Issue
Block a user