Skip to content

Commit

Permalink
fix overflow scroll on nav
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-farruggio committed Sep 13, 2023
1 parent 7096910 commit 4cd5028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/navigation/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'relative hidden lg:flex': !$store.menuOpen,
'rounded-b-none': activeMenu !== null
}"
class="space-y-4 overflow-scroll [&>*:first-child]:mt-6 w-full max-w-7xl hidden px-2 lg:flex lg:space-y-0 lg:flex-row lg:flex-wrap lg:gap-x-4 lg:items-center lg:mx-auto lg:rounded-lg">
class="space-y-4 overflow-scroll lg:overflow-visible [&>*:first-child]:mt-6 w-full max-w-7xl hidden px-2 lg:flex lg:space-y-0 lg:flex-row lg:flex-wrap lg:gap-x-4 lg:items-center lg:mx-auto lg:rounded-lg">

<!-- Mobile Social Icons -->
<div class="flex items-center justify-center gap-8 my-6 lg:hidden">
Expand Down

0 comments on commit 4cd5028

Please sign in to comment.