mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
parent
dfa83bec9a
commit
bc7f5821b8
16 changed files with 26 additions and 25 deletions
|
@ -200,8 +200,9 @@
|
|||
/>
|
||||
|
||||
<div
|
||||
style:position="relative"
|
||||
style:z-index="{open ? 1 : undefined}"
|
||||
{...$$restProps}
|
||||
style="{open ? 'z-index: 1;' : ''}{$$restProps.style}; position: relative;"
|
||||
>
|
||||
{#if !hideIcon}
|
||||
<div bind:this="{ref}" id="{triggerId}" class:bx--tooltip__label="{true}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue