瀏覽代碼

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
     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…
取消
儲存