Explorar el Código

Tweaked max-height

deadtom hace 1 mes
padre
commit
827ba86bb6
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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 */
         }
 }