Skip to content

Commit 23d45d7

Browse files
committed
fix initials behaviour on FF
1 parent 69fdd48 commit 23d45d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

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

2122
.mx_MemberAvatar_initial {

0 commit comments

Comments
 (0)