Skip to content

Commit 29cd8dc

Browse files
committed
Remove overscoll on iOS.
1 parent 8e1dad2 commit 29cd8dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
height: 100%;
2121
width: 100%;
2222
}
23+
2324
body {
2425
font-size: 13px;
2526
background: #000000;
@@ -35,6 +36,10 @@
3536
margin: 0;
3637
padding: 0;
3738
}
39+
40+
canvas {
41+
display: inline-block !important;
42+
}
3843
</style>
3944
</head>
4045
<body>

0 commit comments

Comments
 (0)