Skip to content

Commit

Permalink
chore: add overscroll-behavior-y: contain to html
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Aug 26, 2024
1 parent b1e27e3 commit 87a9328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,8 @@ requestAnimationFrame(raf)
code::-webkit-scrollbar {
display: none;
}

html {
overscroll-behavior-y: contain;
}
</style>

1 comment on commit 87a9328

@vercel
Copy link

@vercel vercel bot commented on 87a9328 Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.