DatePicker with combined functionality - dropdowns height on mobile?
sfurqan92 opened this issue · comments
sfurqan92 commented
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