Explorar el Código

fix: sidebar menu issue in incognito

Timothy J. Baek hace 1 año
padre
commit
8ffe262161
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

+ 1 - 1
src/lib/components/layout/Sidebar.svelte

@@ -548,7 +548,7 @@
 					{#if showDropdown}
 					{#if showDropdown}
 						<div
 						<div
 							id="dropdownDots"
 							id="dropdownDots"
-							class="absolute z-10 bottom-[70px] 4.5rem rounded-lg shadow w-[240px] bg-gray-900"
+							class="absolute z-40 bottom-[70px] 4.5rem rounded-lg shadow w-[240px] bg-gray-900"
 						>
 						>
 							<div class="py-2 w-full">
 							<div class="py-2 w-full">
 								{#if $user.role === 'admin'}
 								{#if $user.role === 'admin'}