We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85ce49 commit a7ce3edCopy full SHA for a7ce3ed
src/core-utils.ts
@@ -87,6 +87,7 @@ export function styleDefinition(space: ISpaceDefinition) {
87
88
if (space.scrollable) {
89
cssString.push(`overflow: auto;`);
90
+ cssString.push(`touch-action: auto;`);
91
}
92
if (style.position) {
93
cssString.push(`position: ${style.position};`);
0 commit comments