Skip to content

Commit 138fbea

Browse files
authored
add z-index to portal (#3247)
1 parent a981147 commit 138fbea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/holocene/portal/portal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
bind:this={portalElement}
182182
use:portal={target}
183183
{@attach setupPositioning}
184-
class="pointer-events-auto fixed left-0 top-0"
184+
class="pointer-events-auto fixed left-0 top-0 z-100"
185185
style:transform="translate({positionX}px, {positionY}px)"
186186
style:will-change="transform"
187187
>

0 commit comments

Comments
 (0)