fix: add z-index class to PortalToFollowElemContent for proper layering in dataset extra info component (#26729)

This commit is contained in:
GuanMu 2025-10-10 23:39:13 +08:00 committed by GitHub
parent 6157c67cfe
commit 3fb5a7bff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const ServiceApi = ({
/>
</div>
</PortalToFollowElemTrigger>
<PortalToFollowElemContent>
<PortalToFollowElemContent className='z-[10]'>
<Card
apiEnabled={apiEnabled}
apiBaseUrl={apiBaseUrl}