mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-12 00:37:19 +00:00
Allow two-up and pinch-zoom to work beneath controls
This commit is contained in:
@@ -43,6 +43,12 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
contain: content;
|
contain: content;
|
||||||
|
|
||||||
|
// Allow clicks to fall through to the pinch zoom area
|
||||||
|
pointer-events: none;
|
||||||
|
& > * {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 860px) {
|
@media (min-width: 860px) {
|
||||||
top: auto;
|
top: auto;
|
||||||
left: 320px;
|
left: 320px;
|
||||||
|
|||||||
Reference in New Issue
Block a user