react-dropdown-date icon indicating copy to clipboard operation
react-dropdown-date copied to clipboard

DatePicker with combined functionality - dropdowns height on mobile?

Open sfurqan92 opened this issue 3 years ago • 0 comments

Hi!

I want to be able to control the height of the dropdown when on a mobile. Currently it takes up the full width and height of the viewport. I have tried to do it using CSS as follows:

maxHeight: '70vh', overflow: 'scroll', },

to no avail. How do I reduce the height on scroll when on a mobile? Thanks

sfurqan92 avatar Apr 26 '22 12:04 sfurqan92