ssxv / react-dropdown-date

select date from Day, Month and Year dropdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DatePicker with combined functionality - dropdowns height on mobile?

sfurqan92 opened this issue · 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