Open thesarwars opened 4 months ago
You can modify the z index of the dialog box container with the popupClassName
props as follows
popupClassName={(defaultClass) => `${defaultClass} z-20`}
@onesine Where is this prop - is it in a newer version? I can't see it in the source code for the released 1.6.6
I'm facing issue when datepicker dialogue box opened. It is got behind when tables header is set 'sticky top-0 z-10'. I couldn't find any modification over the diaalogue box. It will good, if you put options to modify the 'dialogue box' too.
For your convenience I also provided my tables code sample: