From 7df2439b3c915238263c47f213e56f22877466f7 Mon Sep 17 00:00:00 2001 From: NicoVIII Date: Sun, 29 Mar 2026 09:47:53 +0000 Subject: [PATCH] Add z-index to ComboboxOptions (#271) 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. --- components/Selector/MultiItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Selector/MultiItem.vue b/components/Selector/MultiItem.vue index 395825148..ae591e0eb 100644 --- a/components/Selector/MultiItem.vue +++ b/components/Selector/MultiItem.vue @@ -46,7 +46,7 @@