瀏覽代碼

fix: sidebar menu issue in incognito

Timothy J. Baek 1 年之前
父節點
當前提交
8ffe262161
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

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

@@ -548,7 +548,7 @@
 					{#if showDropdown}
 						<div
 							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">
 								{#if $user.role === 'admin'}