Remove z-index property on avatar initials
This seemingly doesn't do anything and upsets things when avatars overlap (i.e. for the new typing avatars). See https://github.com/matrix-org/matrix-react-sdk/pull/699
This commit is contained in:
parent
827692b9b0
commit
fc0e460222
|
@ -20,7 +20,6 @@ limitations under the License.
|
|||
|
||||
.mx_BaseAvatar_initial {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
color: $avatar-initial-color;
|
||||
text-align: center;
|
||||
speak: none;
|
||||
|
|
Loading…
Reference in New Issue