ReviewDB: fix usericons appearing over modals

This commit is contained in:
Vendicated 2023-10-03 02:17:28 +02:00
parent 9891791fa7
commit 6db9721c06
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -94,7 +94,7 @@ export default LazyComponent(() => {
className={classes(avatar, clickable)}
onClick={openModal}
src={review.sender.profilePhoto || "/assets/1f0bfc0865d324c2587920a7d80c609b.png?size=128"}
style={{ left: "0px" }}
style={{ left: "0px", zIndex: 0 }}
/>
<div style={{ display: "inline-flex", justifyContent: "center", alignItems: "center" }}>
<span