diff --git a/src/styles/globals.css b/src/styles/globals.css index 188e64f..8e4fb83 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -6,7 +6,8 @@ body { background-color: black; color: white; margin: 0; - overflow-x: hidden; + /* BUG: Tally widget create scroll */ + overflow-x: hidden !important; } a {