Fixes U4-7619

Allows for correct aspect ratio when resizing a crop
This commit is contained in:
Rune Hem Strand
2015-12-30 14:16:00 +01:00
parent 66ae47443a
commit 12e98fb54e

View File

@@ -226,6 +226,10 @@ ul.color-picker li a {
left: 0;
}
.umb-cropper img {
max-width: initial;
}
.umb-cropper .overlay, .umb-cropper-gravity .overlay {
top: 0;
left: 0;