瀏覽代碼

fix(css): do not display avatar on top of the messages

Previously the z-index was introduced in order to have the avatar
visible on top of the black video element, but now we're always hiding
the video element when the avatar is displayed, so it's no longer
required.
master
paweldomas 8 年之前
父節點
當前提交
e3d5bd3dfb
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      css/_videolayout_default.scss

+ 0
- 1
css/_videolayout_default.scss 查看文件

@@ -438,7 +438,6 @@
438 438
     margin: auto;
439 439
     position: relative;
440 440
     border-radius: 100px;
441
-    z-index: 3;
442 441
     visibility: inherit;
443 442
     background-color: #000000;
444 443
 }

Loading…
取消
儲存