Skip to content

Commit

Permalink
#248 Change overflow of body, hidden to clip
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 5, 2024
1 parent 30bb438 commit 7176312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/app/_foundation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

body {
overflow-x: hidden;
overflow-x: clip;
}

code,
Expand Down

0 comments on commit 7176312

Please sign in to comment.