Skip to content

Commit 3969331

Browse files
committed
disable scrolling
1 parent 467c0c3 commit 3969331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
display: flex;
1313
justify-content: center;
1414
align-items: center;
15+
overscroll-behavior: none;
16+
overflow: hidden;
1517
}
1618

1719
canvas {

0 commit comments

Comments
 (0)