Ardyan

Results 2 comments of Ardyan

> ## Temporary fix ( mount|unmount ) modal > ```js > { > open && > } > ``` > > ```js > import "./styles.css"; > > import "react-responsive-modal/styles.css"; >...

Fixed with this one line css. Credit and big thanks to @AVPletnev https://github.com/pradel/react-responsive-modal/issues/495#issuecomment-1250045781 > > add css it helped me .react-responsive-modal-overlay, .react-responsive-modal-container, .react-responsive-modal-modal { animation-fill-mode: forwards!important; }