Fix overlay trigger hitbox

This commit is contained in:
ekzyis 2024-03-26 22:13:17 +01:00
parent 121205fa4b
commit 8f39a229c3

View File

@ -847,6 +847,8 @@ I estimate that I will call the GraphQL API this many times (rough estimate is f
}}
>Generate API key
</Button>
</div>
</OverlayTrigger>
{apiKey &&
<DeleteIcon
style={{ cursor: 'pointer' }} className='fill-danger mx-1' width={24} height={24}
@ -854,8 +856,6 @@ I estimate that I will call the GraphQL API this many times (rough estimate is f
showModal((onClose) => <ApiKeyDeleteObstacle onClose={onClose} />)
}}
/>}
</div>
</OverlayTrigger>
<Info>
<ul className='fw-bold'>
<li>use API keys with our <Link target='_blank' href='/api/graphql'>GraphQL API</Link> for authentication</li>