From 342c3254cb1a2fea8bb513c235835991c975ae82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=20=7C=20Anton=20R=C3=B6hm?= <18481195+AnTheMaker@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:54:21 +0200 Subject: [PATCH] add z-index to #account-info-panel --- web/src/lib/components/shared-components/navigation-bar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/shared-components/navigation-bar.svelte b/web/src/lib/components/shared-components/navigation-bar.svelte index 60f3c637e2..bdae32478d 100644 --- a/web/src/lib/components/shared-components/navigation-bar.svelte +++ b/web/src/lib/components/shared-components/navigation-bar.svelte @@ -119,7 +119,7 @@ in:fade={{ duration: 100 }} out:fade={{ duration: 100 }} id="account-info-panel" - class="absolute right-[25px] top-[75px] bg-white shadow-lg rounded-2xl w-[360px] text-center" + class="absolute right-[25px] top-[75px] bg-white shadow-lg rounded-2xl w-[360px] text-center z-[100]" use:clickOutside on:out-click={() => (shouldShowAccountInfoPanel = false)} >