mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Allow two-up and pinch-zoom to work beneath controls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user