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
pull/3239/head
Luke Barnard 2017-02-16 11:42:32 +00:00
parent 827692b9b0
commit fc0e460222
1 changed files with 0 additions and 1 deletions

View File

@ -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;