diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index fff04d476d..0d8f2366ae 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -695,7 +695,6 @@ module.exports = withMatrixClient(React.createClass({
{ readAvatars }
- { avatar } { sender }
@@ -712,6 +711,12 @@ module.exports = withMatrixClient(React.createClass({ { keyRequestInfo } { editButton }
+ { + // The avatar goes after the event tile as it's absolutly positioned to be over the + // event tile line, so needs to be later in the DOM so it appears on top (this avoids + // the need for further z-indexing chaos) + } + { avatar } ); }