Skip to content

Commit

Permalink
Merge pull request #5729 from BHAV0207/Layer5-Contribution
Browse files Browse the repository at this point in the history
changed the overflow property of the app.style.js file to hidden
  • Loading branch information
vishalvivekm committed Aug 22, 2024
2 parents 99d4a89 + 16c4301 commit 8d9b63f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sections/app.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const GlobalStyle = createGlobalStyle`
}
html{
overflow-x: hidden;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
Expand Down

0 comments on commit 8d9b63f

Please sign in to comment.