Skip to content

Commit

Permalink
fix(SelectMenu): add missing inline-flex on wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 15, 2023
1 parent a01e027 commit e8b4654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const select = {
}

const selectMenu = {
wrapper: 'relative',
wrapper: 'relative inline-flex',
container: 'z-20',
width: 'w-full',
height: 'max-h-60',
Expand Down

0 comments on commit e8b4654

Please sign in to comment.