Skip to content

Commit

Permalink
Fix mobile navigation top padding (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
d855 authored Dec 6, 2024
1 parent 30f433f commit d5faa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class="lg:hidden"
x-show="navIsOpen"
x-transition.opacity
x-cloak
class="fixed inset-0 w-full pt-[4.2rem] z-10 pointer-events-none"
class="fixed inset-0 w-full pt-28 z-10 pointer-events-none"
>
<div class="relative h-full w-full py-8 px-5 bg-white pointer-events-auto overflow-y-auto">
<ul>
Expand Down

0 comments on commit d5faa28

Please sign in to comment.