mberneti / react-datepicker2

react datepicker component.(include persian jalaali calendar)
https://mberneti.github.io/react-datepicker2/
MIT License
232 stars 79 forks source link

Add z_index for modal of date picker #120

Open MassoudSharifi opened 3 years ago

MassoudSharifi commented 3 years ago

How to add z_index for the modal of the date picker

AminTakhtiNejad commented 3 years ago

is there any way to set 'z-index' for the modal of the component?

curlybom commented 3 years ago

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