Skip to content

Commit

Permalink
Mobile Scroll Control Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
anugraheeth committed Nov 4, 2024
1 parent e9229a2 commit 0b35b22
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/assets/graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
body {
background-color: var(--bg-primary);
color: var(--text-primary);
overflow-y: hidden;
overflow: hidden;
overscroll-behavior: none;
min-height: 100vh;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
}

/* Graph Container */
Expand All @@ -29,6 +35,7 @@ body {
align-items: center;
width: 100%;
margin: 20px 0;
flex: 1;
}
h1{
font-family: 'MuseoModerno', cursive;
Expand Down

0 comments on commit 0b35b22

Please sign in to comment.