Skip to content

Commit

Permalink
fix(InputMenu): trigger alignement on safari
Browse files Browse the repository at this point in the history
Resolves #1505
  • Loading branch information
benjamincanac committed Mar 12, 2024
1 parent 877b22c commit f4a48f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/ui.config/forms/inputMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { arrow } from '../popper'

export default {
container: 'z-20 group',
trigger: 'inline-flex w-full',
trigger: 'flex items-center w-full',
width: 'w-full',
height: 'max-h-60',
base: 'relative focus:outline-none overflow-y-auto scroll-py-1',
Expand Down

0 comments on commit f4a48f6

Please sign in to comment.