pradel / react-responsive-modal

Simple responsive react modal
https://react-responsive-modal.leopradel.com/
MIT License
606 stars 95 forks source link

Modal dont open but a bottom of page #471

Closed logicappsource closed 3 years ago

logicappsource commented 3 years ago

Bug report

Describe the bug

The modal dont open, but put text at bottom,

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository.

Expected behavior

To open modal correctly A clear and concise description of what you expected to happen.

Screenshots

Screenshot 2021-03-28 at 20 32 54

System information

Add any other context about the problem here.

pradel commented 3 years ago

You need to import the css file for it to work, just add

import 'react-responsive-modal/styles.css';