Skip to content

Commit

Permalink
style: fix new arrival arrows overlapping dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mswider committed Sep 27, 2023
1 parent 2db814c commit 3ff0fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
class="drawer-toggle"
bind:checked={drawerOpen}
/>
<div class="drawer-side fixed z-50 w-screen h-full">
<div class="drawer-side fixed !z-[9999] w-screen h-full">
<label for="nav-drawer" class="drawer-overlay" />
<div class="px-4 overflow-y-auto menu w-80 bg-base-100">
<div class="flex h-16 justify-end">
Expand Down Expand Up @@ -126,7 +126,7 @@
</div>
<ul
tabindex="0"
class="p-2 shadow menu dropdown-content bg-base-200 text-base-content rounded-box w-52"
class="p-2 shadow menu dropdown-content bg-base-200 text-base-content rounded-box w-52 !z-[9999]"
>
{#if userInfo}
{#if homes.length > 1}
Expand Down

0 comments on commit 3ff0fb1

Please sign in to comment.