Is there an easy way to use a DateRangePicker inside of a scrolling div?
The problem I am facing is that I have a container div that has overflow-y: scroll
set. When you click on the DateRangePicker
the calendar that pops up is inside of the scrolling div. This behavior can be seen in this thread: DateRangePicker.
I need that calendar to pop up outside of the div in order to make it usable. In the thread linked above there is talk about using Portals, but I dont want the whole component to be attached to another div. I want only the calendar modal to to put outside of the idv.