mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23:40 +01:00
14 lines
207 B
HTML
14 lines
207 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body, html {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
body {
|
|
touch-action: none;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p>This page blocks all 'touch-action'.</p>
|
|
</body>
|