Skip to content

Commit 5594af3

Browse files
committed
fix: unable to click on logout. Div behing content div
Sometimes you cannot click on the logout link becuase the dropdown div is under the main content transparent div.
1 parent 82eb892 commit 5594af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navigation/NavigationBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<NuxtLink to="/upload" class="hidden md:flex btn bg-base-100 rounded-2xl">
4141
Upload Torrent
4242
</NuxtLink>
43-
<div class="dropdown dropdown-end">
43+
<div class="dropdown dropdown-end z-[1]">
4444
<label tabindex="0" class="btn btn-ghost btn-circle avatar">
4545
<div class="w-10 rounded-full">
4646
<UserCircleIcon />

0 commit comments

Comments
 (0)