This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
icynet-admin/components/common/Modal/ModalRoot/ModalRoot.module.scss

9 lines
133 B
SCSS

.modalRoot {
position: fixed;
top: 0;
z-index: 100;
width: 100vw;
height: 100vh;
background-color: rgba(1, 1, 1, 0.5);
}