Skip to content

Commit af6bd53

Browse files
committed
revert 23d45d7 and apply a better fix which works for both chrome & FF
1 parent 01f0e61 commit af6bd53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/skins/vector/css/atoms/MemberAvatar.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ limitations under the License.
1515
*/
1616

1717
.mx_MemberAvatar {
18-
/* commenting this out as it breaks on FF seemingly */
19-
/* position: relative; */
18+
position: relative;
2019
}
2120

2221
.mx_MemberAvatar_initial {

src/skins/vector/css/molecules/EventTile.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ limitations under the License.
2727
margin-left: -73px;
2828
margin-top: -4px;
2929
float: left;
30+
position: relative;
3031
}
3132

3233
.mx_EventTile_avatar img {

0 commit comments

Comments
 (0)