mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1275 from ItzNotABug/fix-tooltips-location
fix: Tooltip Location
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
on:click|preventDefault
|
||||
class="tooltip"
|
||||
aria-label="input tooltip"
|
||||
use:tooltipAction={{ content: tooltip }}>
|
||||
use:tooltipAction={{ content: tooltip, appendTo: 'parent' }}>
|
||||
<span class="icon-info" aria-hidden="true" style="font-size: var(--icon-size-small)" />
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user