Skip to content

Commit

Permalink
Disable Horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Jan 14, 2023
1 parent 2011b7a commit bf1096f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scss/_custom.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
html, body {
overflow-x: hidden;
}
body {
position: relative
}

// Here you can add other styles
.main_content {
background-color: $white;
Expand Down

0 comments on commit bf1096f

Please sign in to comment.