浏览代码

Merge pull request #1057 from jitsi/fix_connection_problem_z_idx

Reduce the z index of the connection problems message
j8
bgrozev 8 年前
父节点
当前提交
a4e1f939cd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      css/_videolayout_default.scss

+ 2
- 2
css/_videolayout_default.scss 查看文件

@@ -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;

正在加载...
取消
保存