Skip to content

Commit 8aac19f

Browse files
committed
mobile: add touch-action:none to sketch-frame iframes (turboquant, efield)
1 parent 9d226b5 commit 8aac19f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

artifacts/efield.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
width: 100%;
7979
background: #000;
8080
display: block;
81+
touch-action: none;
8182
}
8283
</style>
8384
</head>

artifacts/turboquant.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
width: 100%;
7878
background: #000;
7979
display: block;
80+
touch-action: none;
8081
}
8182
</style>
8283
</head>

0 commit comments

Comments
 (0)