Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Feb 21, 2024
1 parent 6fc3efa commit 8874223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const isDev = import.meta.env.DEV
})}
>
<ColorModeScript />
<CalDotCom client:only />
<CalDotCom />
<div class={css({ position: 'relative' })}><slot /></div>
<div class={css({ position: 'fixed', left: 0, top: '20px', w: '100%', pointerEvents: 'none' })}>
<div
Expand Down

0 comments on commit 8874223

Please sign in to comment.