Skip to content

Commit

Permalink
changed the overflow property of the app.style.js file to hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
BHAV0207 committed Jul 26, 2024
1 parent 3c1e520 commit f10f8c7
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 f10f8c7

Please sign in to comment.