icynet-admin/components/common/Modal/ModalRoot/ModalRoot.module.scss

9 lines
133 B
SCSS
Raw Normal View History

2022-08-30 18:08:54 +00:00
.modalRoot {
position: fixed;
top: 0;
z-index: 100;
width: 100vw;
height: 100vh;
background-color: rgba(1, 1, 1, 0.5);
}