Explorar el Código

Merge pull request #1057 from jitsi/fix_connection_problem_z_idx

Reduce the z index of the connection problems message
j8
bgrozev hace 8 años
padre
commit
a4e1f939cd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      css/_videolayout_default.scss

+ 2
- 2
css/_videolayout_default.scss Ver fichero

@@ -511,7 +511,7 @@
511 511
     display: none;
512 512
     position: absolute;
513 513
     width: auto;
514
-    z-index: 1011;
514
+    z-index: 2;
515 515
     font-weight: 600;
516 516
     font-size: 14px;
517 517
     text-align: center;
@@ -534,7 +534,7 @@
534 534
     position: absolute;
535 535
     width: 100%;
536 536
     top:50%;
537
-    z-index: 1011;
537
+    z-index: 2;
538 538
     font-weight: 600;
539 539
     font-size: 14px;
540 540
     text-align: center;

Loading…
Cancelar
Guardar