Skip to content

Commit

Permalink
fix(SelectCustom): missing padding on list
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 2, 2022
1 parent 22ee717 commit 524f841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/presets/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default (variantColors: string[]) => {
base: `${select.base} text-left cursor-default`,
list: {
container: 'z-10 w-full py-1 max-h-60',
base: 'u-bg-white shadow-lg rounded-md ring-1 u-ring-gray-200 focus:outline-none overflow-auto',
base: 'u-bg-white shadow-lg rounded-md ring-1 u-ring-gray-200 focus:outline-none overflow-y-auto py-1',
option: {
base: 'cursor-default select-none relative py-2 pl-4 pr-10 text-sm',
active: 'text-white bg-primary-600',
Expand Down

0 comments on commit 524f841

Please sign in to comment.