From e8b46540d8767c7a63c0ff8e28263615626916e7 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 15 May 2023 12:15:11 +0200 Subject: [PATCH] fix(SelectMenu): add missing `inline-flex` on wrapper --- src/runtime/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/app.config.ts b/src/runtime/app.config.ts index d9089fc5..617606c6 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -340,7 +340,7 @@ const select = { } const selectMenu = { - wrapper: 'relative', + wrapper: 'relative inline-flex', container: 'z-20', width: 'w-full', height: 'max-h-60',