Use flexbox for crop editor box sizing.

This commit is contained in:
2020-11-23 12:35:20 +01:00
parent 2c68b6a798
commit d4cc72304e
2 changed files with 4 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ class CropEditor {
}
showContainer() {
this.container.style.display = "block";
this.container.style.display = '';
this.setInputValues();
this.positionBoundary();
}