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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user