Skip to content

Commit

Permalink
Merge pull request #61 from Aaron-53/main
Browse files Browse the repository at this point in the history
Fixed vertical scroll in loading
  • Loading branch information
niyashiyas authored Dec 1, 2024
2 parents 0f916a1 + 7d239e5 commit 3cdabb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body {
color: var(--foreground);
background: var(--background);
font-family: "Geist VF", sans-serif;
overflow-x: hidden;
overflow: hidden;
}

@layer utilities {
Expand Down

0 comments on commit 3cdabb3

Please sign in to comment.