Quellcode durchsuchen

弹窗 覆盖标题栏

visuddhinanda vor 4 Jahren
Ursprung
Commit
aadf861d65
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5 5
      app/widget/iframe_modal_win.css

+ 5 - 5
app/widget/iframe_modal_win.css

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