From bf810b3aaaeced06176ce747710cb2b79596082e Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Wed, 6 Nov 2024 14:16:24 +0100 Subject: [PATCH] Fix z-index of popover content --- client/src/components/notifications/NotificationPopover.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/notifications/NotificationPopover.vue b/client/src/components/notifications/NotificationPopover.vue index 3ea2e897..32cdd968 100644 --- a/client/src/components/notifications/NotificationPopover.vue +++ b/client/src/components/notifications/NotificationPopover.vue @@ -10,7 +10,7 @@ import { Popover, PopoverButton, PopoverPanel } from "@headlessui/vue";