Merge pull request #1079 from jitsi/fix_avatar_z_index
Do not display avatar on top of the connection problem messages
This commit is contained in:
commit
7fead897ed
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue