|
|
@@ -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 */
|
|
|
}
|
|
|
}
|