From c23b545842def13c188a0ce1d261a5dcba4ee18e Mon Sep 17 00:00:00 2001 From: John Date: Fri, 24 Apr 2020 13:53:07 +0100 Subject: [PATCH] Allow touch events to go into the grid (#81) This enables multi-select in inner blocks --- blocks/layout-grid/src/grid.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/blocks/layout-grid/src/grid.scss b/blocks/layout-grid/src/grid.scss index 36ae03e8..3f86f160 100644 --- a/blocks/layout-grid/src/grid.scss +++ b/blocks/layout-grid/src/grid.scss @@ -56,9 +56,6 @@ display: flex; flex-direction: column; - touch-action: none; - user-select: none; - @for $i from 1 through 12 { @for $x from 1 through 4 { &.column#{ $x }-grid__start-#{ $i } > .wpcom-resize-grid > .wp-block:nth-child(#{ $x }),