Fix issues tab problem

This commit is contained in:
Kalle (Sendou) 2021-10-31 10:44:38 +02:00
parent 5a68158ad0
commit 39bf14e6de

View File

@ -9,7 +9,6 @@ export function Avatar({ src }: { src: string }) {
}
const S_Container = styled("div", {
"-webkit-tap-highlight-color": "transparent",
position: "relative",
userSelect: "none",
overflow: "hidden",