Skip to content

Commit

Permalink
fix: disable page scroll x (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 committed Nov 3, 2023
1 parent 664711b commit 9a551de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/site/src/lib/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ section.container {
@include bootstrap.padding-top($container-padding);
@include bootstrap.padding-bottom($container-padding);
}

html,
body {
overflow-x: hidden;
}
body {
position: relative;
}

0 comments on commit 9a551de

Please sign in to comment.