fix body overflow

This commit is contained in:
Jonathan Goren 2022-03-22 11:05:43 +02:00
parent 70438ee947
commit cb77d5bbe9

View file

@ -1,3 +1,4 @@
body {
overflow: hidden;
overscroll-behavior: none;
}