react-datepicker2 icon indicating copy to clipboard operation
react-datepicker2 copied to clipboard

Add z_index for modal of date picker

Open MassoudSharifi opened this issue 5 years ago • 2 comments

How to add z_index for the modal of the date picker

MassoudSharifi avatar Nov 15 '20 01:11 MassoudSharifi

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

AminTakhtiNejad avatar Mar 26 '21 21:03 AminTakhtiNejad

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

curlybom avatar Jun 01 '21 17:06 curlybom