14 background-color: red;
23 .touch-action-manipulation {
24 touch-action: manipulation;
31 <div class=
"touch-action-pan box" style=
"top: 200px">
32 This box has touch-action: pan-x
36 <div class=
"touch-action-manipulation box" style=
"top: 300px">
37 This box has touch-action: manipulation
41 <div class=
"touch-action-pan box" style=
"top: 400px">
42 This box has touch-action: pan-x but is in a scroller
43 <div style=
"width:100px; height:30px; overflow:scroll">