Skip to content

Commit

Permalink
Added maxHeight for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
MscrmTools committed Nov 9, 2023
1 parent 117877e commit 6ce08bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LookupToPicklist/LookupToPicklist/SearchableDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ export const DropdownStyle = (props: IDropdownStyleProps): Partial<IDropdownStyl
":focus:after": {
borderColor: "transparent"
}
},
dropdownItems: {
selectors: {
"@media(min-width: 640px)": {
maxHeight: 400
}
}
}
})
});

0 comments on commit 6ce08bf

Please sign in to comment.