mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
style: tooltip position
This commit is contained in:
@@ -20,10 +20,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<span
|
||||
class="tooltip is-bottom"
|
||||
on:mouseenter={() => (text = 'Copy ID')}
|
||||
on:click|preventDefault={copy}>
|
||||
<span class="tooltip " on:mouseenter={() => (text = 'Copy ID')} on:click|preventDefault={copy}>
|
||||
<slot />
|
||||
<span class="tooltip-popup is-block-end" role="tooltip"> {text} </span>
|
||||
<span class="tooltip-popup is-bottom" role="tooltip"> {text} </span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user