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:
parent
bbf68a97bb
commit
e3d5bd3dfb
|
@ -438,7 +438,6 @@
|
|||
margin: auto;
|
||||
position: relative;
|
||||
border-radius: 100px;
|
||||
z-index: 3;
|
||||
visibility: inherit;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue