Fix scrolling
This commit is contained in:
parent
cceb1a7a1f
commit
61223c6e42
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue