Fix scrolling

This commit is contained in:
Andras Schmelczer 2022-09-26 19:13:12 +02:00
parent cceb1a7a1f
commit 61223c6e42
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -5,6 +5,7 @@ main {
overflow-x: hidden;
overflow-y: scroll;
perspective: 5px;
scroll-behavior: smooth;
// chrome scrolling does not work on PC without this
background: rgba(0, 0, 0, 0.005);