Skip to content

Commit

Permalink
fix theme dropdown bug for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Jan 12, 2024
1 parent d6aa19b commit a4958be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

<!-- Themes -->
<div class="dropdown dropdown-bottom dropdown-end">
<button class="btn btn-ghost">
<div role="button" tabindex="0" class="btn btn-ghost">
<i class="fa-solid fa-palette"></i>
<span class="hidden sm:flex">Themes</span>

<span class="hidden sm:flex">
<i class="fa-solid fa-angle-down"></i>
</span>
</button>
</div>

<!-- Themes -->
<div class="flex flex-col dropdown-content gap-2 mt-2 z-10 p-4 shadow-2xl bg-base-200 rounded-box w-64 h-72 overflow-y-scroll">
Expand Down

0 comments on commit a4958be

Please sign in to comment.