feat: disable scrolling past boundaries

This commit is contained in:
Barrett Ruth 2024-06-22 16:15:12 -05:00
parent 21d4270cf7
commit 373de60913
3 changed files with 2 additions and 4 deletions

View file

@ -29,7 +29,7 @@
html,
body {
font-family: "Signifier", serif;
overflow: hidden;
overscroll-behavior: none;
margin: 0;
padding: 0;
height: 100%;