Skip to content

Commit

Permalink
fix safari bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaumohl committed May 17, 2024
1 parent 45c311b commit 0fd2234
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const ROUTES: {
>
</div>
<ul
tabindex="0"
class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-100 rounded-box w-52"
>
{
Expand All @@ -65,7 +66,10 @@ const ROUTES: {
}
</ul>
</div>
<a class="btn btn-ghost text-red-500 lg:text-5xl text-xl font-semibold" href="/">UPL</a>
<a
class="btn btn-ghost text-red-500 lg:text-5xl text-xl font-semibold"
href="/">UPL</a
>
</div>

<div class="navbar-center hidden lg:flex">
Expand Down

0 comments on commit 0fd2234

Please sign in to comment.