Skip to content

Commit

Permalink
fix(SelectCustom): move max-height on base
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 2, 2022
1 parent 524f841 commit db39a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/presets/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ export default (variantColors: string[]) => {
wrapper: 'relative',
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-y-auto py-1',
container: 'z-10 w-full py-1',
base: 'u-bg-white shadow-lg rounded-md ring-1 u-ring-gray-200 focus:outline-none overflow-y-auto py-1 max-h-60',
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 db39a9c

Please sign in to comment.