Browse Source

Merge pull request #1057 from jitsi/fix_connection_problem_z_idx

Reduce the z index of the connection problems message
master
bgrozev 8 years ago
parent
commit
a4e1f939cd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      css/_videolayout_default.scss

+ 2
- 2
css/_videolayout_default.scss View File

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

Loading…
Cancel
Save