From 22dc94b92061bf22ab5b37d7b166a65e99807ffc Mon Sep 17 00:00:00 2001 From: NicoVIII Date: Sun, 29 Mar 2026 12:24:45 +0200 Subject: [PATCH] Add z-index to ComboboxOptions (#271) (#375) I never used headlessui before, so I have no idea why this is needed, but it looks like this fixes the problem. I think a high z-index is alright, because there shouldn't be things that should lie above the options. --- server/components/Selector/MultiItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/components/Selector/MultiItem.vue b/server/components/Selector/MultiItem.vue index 39582514..ae591e0e 100644 --- a/server/components/Selector/MultiItem.vue +++ b/server/components/Selector/MultiItem.vue @@ -46,7 +46,7 @@