Fixes: U4-8455 IE11 - Image Cropper stretches the image when zooming

This commit is contained in:
Simon Busborg
2016-05-30 10:01:34 +02:00
parent 654f130105
commit 885d14bcb6

View File

@@ -298,7 +298,7 @@ ul.color-picker li a {
}
.umb-cropper img {
max-width: initial;
max-width: none;
}
.umb-cropper .overlay, .umb-cropper-gravity .overlay {