Skip to content

Commit

Permalink
Fix Initiative overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
TJCowx committed Mar 6, 2024
1 parent 564a652 commit bc82b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
html,
body,
#__next {
#root {
width: 100%;
height: 100%;
max-height: 100%;
max-height: 100vh;
}

body::-webkit-scrollbar {
Expand Down

0 comments on commit bc82b93

Please sign in to comment.