This commit is contained in:
Timothy Jaeryang Baek
2026-04-01 05:48:21 -05:00
parent 61558d59c3
commit e24683d09c

View File

@@ -497,7 +497,7 @@
>
{#snippet child({ wrapperProps, props, open })}
{#if open}
<div {...wrapperProps}>
<div {...wrapperProps} style="{wrapperProps.style ?? ''}{$mobile ? '; left: 0.5rem !important; width: calc(100vw - 1rem) !important;' : ''}">
<div
{...props}
class="{props.class} z-40 {$mobile