Skip to content

Commit

Permalink
fix(web): misaligned icon on Firefox (#14500)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Dec 5, 2024
1 parent 37220a3 commit 4380ecf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
});
</script>

<span class="relative">
<div class="relative">
{#if hasDropdown}
<span class="hidden md:block absolute left-1 z-50 h-full">
<button
Expand Down Expand Up @@ -73,7 +73,8 @@
</div>
<div></div>
</a>
</span>
</div>

{#if hasDropdown && dropdownOpen}
{@render hasDropdown?.()}
{/if}

0 comments on commit 4380ecf

Please sign in to comment.