Allow two-up and pinch-zoom to work beneath controls

This commit is contained in:
Jake Archibald
2018-10-28 15:03:06 +00:00
parent ce67f6c538
commit c125af564a

View File

@@ -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;