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`]: {},