mirror of https://github.com/langgenius/dify.git
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