From 59e12a68a6f798e9383ef9f7dbd686a34b06a906 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 13 Dec 2023 21:24:55 +0100 Subject: [PATCH] style: fix overflow for verified address css animation --- src/components/styled/GlobalStyle.styled.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/styled/GlobalStyle.styled.jsx b/src/components/styled/GlobalStyle.styled.jsx index ed8cd666..aa615c55 100644 --- a/src/components/styled/GlobalStyle.styled.jsx +++ b/src/components/styled/GlobalStyle.styled.jsx @@ -44,6 +44,7 @@ export const GlobalStyle = createGlobalStyle` .poster-address { display: inline-block; + overflow-x: clip; } .author-address-hidden {