Skip to content

Commit

Permalink
🎨 STYLE - Overflow scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonboyy committed Sep 12, 2024
1 parent 1c8271e commit b9c2736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ body {
width: 100vw;
margin: 0;
display: grid;
overflow: hidden;
overflow-y: scroll;
overflow-x: hidden;
}

main {
Expand Down

0 comments on commit b9c2736

Please sign in to comment.