blob: f050b91e3ca936686018a99ad2fc750461fcfaa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<style>
body {
overflow: auto;
background-color: red;
}
#trigger {
transform: translateZ(0);
}
</style>
</head>
<body>
<div id="trigger"></div>
</body>
</html>
|