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:45:13 -05:00
parent bbf68a97bb
commit e3d5bd3dfb
1 changed files with 0 additions and 1 deletions

View File

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