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.
pull/1079/head
paweldomas 9 years ago
parent bbf68a97bb
commit e3d5bd3dfb
  1. 1
      css/_videolayout_default.scss

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

Loading…
Cancel
Save