@@ -6,11 +6,11 @@
width: 100%;
height: 100%;
display: none;
- z-index: 99;
+ z-index: 1001;
}
.iframe_container {
- z-index: 100;
+ z-index: 1002;
background-color: var(--bg-color);
border-radius: 20px;
width: 75%;
@@ -29,11 +29,11 @@
.model_win_container {
- width: 75%;
- height: 80%;
+ width: 95%;
+ height: 90%;
margin: auto;
position: fixed;
top: 0;