Skip to content

Commit

Permalink
Fix horizontal page scrolling after closing Tallly widget
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Apr 2, 2023
1 parent 7c4912b commit b96047d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b96047d

Please sign in to comment.