Css – How to make the position of a modal window static when zooming or resizing the screen
The site (written in React, using Typescript and Tailwind) has a modal window. Modal is implemented using the "react-modal" library https://reactcommunity.org/react-modal/ . With standard browser window sizes, there are no problems with a modal window. However, if the user resizes…