Skip to content

Commit

Permalink
remove overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 3, 2024
1 parent 10216bb commit ba72095
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions website/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,28 +128,7 @@
<div
class="not-prose flex items-center mt-10 sm:mt-20 sm:flex-row [&>picture]:flex [&>picture]:justify-center sm:[&>picture]:justify-end"
>
<enhanced:img
class="w-9/12"
data-hs-overlay="#hs-unstyled-modal"
src={lightPng}
alt="app screenshot"
/>
<div
id="hs-unstyled-modal"
class="hs-overlay hidden size-full fixed top-0 start-0 z-[60] overflow-x-hidden overflow-y-auto pointer-events-none"
>
<div
class="hs-overlay-open:opacity-100 hs-overlay-open:duration-500 opacity-0 transition-all sm:max-w-lg sm:w-full m-3 sm:mx-auto"
>
<div class="pointer-events-auto">
<enhanced:img
data-hs-overlay="#hs-unstyled-modal"
src={lightPng}
alt="app light screen shot"
/>
</div>
</div>
</div>
<enhanced:img class="w-9/12" src={lightPng} alt="app screenshot" />
</div>
<div class="sm:hidden">
<Intro />
Expand Down

0 comments on commit ba72095

Please sign in to comment.