From c125af564a24870b81b5c4a91fcd7e739201df2c Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Sun, 28 Oct 2018 15:03:06 +0000 Subject: [PATCH] Allow two-up and pinch-zoom to work beneath controls --- src/components/Output/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Output/style.scss b/src/components/Output/style.scss index 11c03512..4b3c45fa 100644 --- a/src/components/Output/style.scss +++ b/src/components/Output/style.scss @@ -43,6 +43,12 @@ flex-wrap: wrap; contain: content; + // Allow clicks to fall through to the pinch zoom area + pointer-events: none; + & > * { + pointer-events: auto; + } + @media (min-width: 860px) { top: auto; left: 320px;