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.
This commit is contained in:
paweldomas
2016-10-27 14:52:32 -05:00
parent bbf68a97bb
commit e3d5bd3dfb
-1
View File
@@ -438,7 +438,6 @@
margin: auto;
position: relative;
border-radius: 100px;
z-index: 3;
visibility: inherit;
background-color: #000000;
}