Center the image canvas in PinchZoom (#170)

* Center the image canvas in PinchZoom

* Fixing pinch zoom
This commit is contained in:
Ewa
2018-10-01 14:57:26 +02:00
committed by Jake Archibald
parent cfd42818b7
commit 059c80c05d
2 changed files with 16 additions and 8 deletions

View File

@@ -34,6 +34,9 @@ Note: These styles are temporary. They will be replaced before going live.
> pinch-zoom {
@extend %fill;
outline: none;
display: flex;
justify-content: center;
align-items: center;
}
}
}