Skip to content

Commit

Permalink
Fixed issue with carousel overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
demanr committed Dec 20, 2023
1 parent f061c8d commit 8765c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import MLH from "../components/MLHLarge.astro";
<div
class="bg-[url('/dotted_line_bg_ver2.svg')] bg-[length:auto_98%] bg-[70%_10px] bg-no-repeat md:bg-[url('/dotted_line_bg_ver1.svg')] md:bg-cover md:bg-top"
>
<div class="hidden lg:top-0 lg:flex">
<div class="fixed z-50 hidden lg:top-0 lg:flex">
<MLH />
</div>
<WhoAreWe id="WhoAreWe" />
Expand Down

0 comments on commit 8765c03

Please sign in to comment.