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