From 5857a212bb08c8fc6b9dfc6b7fe9fe0b4bbbba58 Mon Sep 17 00:00:00 2001 From: Sacha STAFYNIAK Date: Tue, 19 Sep 2023 02:07:09 +0200 Subject: [PATCH] fix(dropdown): menu position --- src/plugins/components/dropdown/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/components/dropdown/index.ts b/src/plugins/components/dropdown/index.ts index a6a93d6..901b481 100644 --- a/src/plugins/components/dropdown/index.ts +++ b/src/plugins/components/dropdown/index.ts @@ -119,7 +119,7 @@ export default plugin.withOptions( [`@apply text-${config.textPosition}`]: {}, [`.${prefix}menu`]: { - [`@apply relative`]: {}, + [`@apply relative inline-block`]: {}, }, [`.${prefix}menu-content`]: { [`@apply p-2`]: {},