Forráskód Böngészése

Tweaked max-height

deadtom 1 hónapja
szülő
commit
827ba86bb6
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      ownchatbot/static/alertstyle.css

+ 3 - 3
ownchatbot/static/alertstyle.css

@@ -19,7 +19,7 @@ body {
             max-height: 190px;
             max-width: 190px;
             position: relative;
-            z-index: 1; /* Ensure it's below nameBox */
+            z-index: 1; /* Ensure it's below nameBox layer */
         }
 
         #alertImg {
@@ -27,13 +27,13 @@ body {
             max-height: 190px;
             max-width: 190px;
             position: relative;
-            z-index: 1; /* Ensure it's below nameBox */
+            z-index: 1; /* Ensure it's below nameBox layer */
         }
 
         #nameBox {
             display: none;
             position: absolute;
             transform: translateX(-50%); /* Center */
-            z-index: 2; /* Ensure it appears above alertImg and alertVid */
+            z-index: 2; /* Ensure it appears above alertImg and alertVid layers */
         }
 }