Skip to content

Commit

Permalink
fix(dropdown): menu position
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Sep 19, 2023
1 parent c32e783 commit 5857a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/dropdown/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`]: {},
Expand Down

0 comments on commit 5857a21

Please sign in to comment.