Skip to content

Commit a7ce3ed

Browse files
committed
Ensure touch-action: auto applied to scrollable spaces
1 parent b85ce49 commit a7ce3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function styleDefinition(space: ISpaceDefinition) {
8787

8888
if (space.scrollable) {
8989
cssString.push(`overflow: auto;`);
90+
cssString.push(`touch-action: auto;`);
9091
}
9192
if (style.position) {
9293
cssString.push(`position: ${style.position};`);

0 commit comments

Comments
 (0)