Skip to content

Commit

Permalink
remove double scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Mar 7, 2024
1 parent afa4e5b commit 69329a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Play:wght@400;700&display=swap');

/*global*/
body, html, .bg {
body {
overflow: none;
background: #F1F1F1;
}

.bg {
overflow-y: scroll;
overflow-x: none;
background: #F1F1F1;
}

.mont {
font-family: 'Montserrat', sans-serif;
color: black;
Expand Down

0 comments on commit 69329a5

Please sign in to comment.