9 lines
133 B
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);
|
||
|
}
|