react-datepicker2
react-datepicker2 copied to clipboard
Add z_index for modal of date picker
How to add z_index for the modal of the date picker
is there any way to set 'z-index' for the modal of the component?
It is not really a clean way to fix it, but I increased the z-index by global CSS selector.
.tether-element.tether-element-attached-top.tether-element-attached-center.tether-target-attached-bottom.tether-target-attached-center.tether-enabled { z-index: 999999 !important; }
It would be nice if the package included this fix