Skip to content

Commit

Permalink
fix: change overflow-y in html
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCSolari committed Dec 2, 2023
1 parent 0cb807f commit f2ba852
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@

html,
body {
overflow: hidden;
height: 100%;
}


html {
overflow-y: auto;
overflow-x: hidden;
}

body {
margin: 0 auto;
}
Expand Down

0 comments on commit f2ba852

Please sign in to comment.