Skip to content

Commit

Permalink
ELEMENTS-1728: revert changes for the webui 1449
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant0928 authored and rahuljain-dev committed Mar 11, 2024
1 parent 0fb5571 commit 1d1ba3c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ui/viewers/nuxeo-image-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,6 @@ import '../nuxeo-icons.js';
max-width: 100%;
max-height: 100%;
}
.cropper-container {
width: 100% !important;
}
.cropper-canvas {
transform: none;
margin: auto;
}
</style>
<div id="canvas">
Expand Down Expand Up @@ -221,7 +212,7 @@ import '../nuxeo-icons.js';
checkCrossOrigin: false,
checkOrientation: false,
dragMode: 'move',
responsive: true,
responsive: false,
restore: false,
toggleDragModeOnDblclick: false,
viewMode: 1,
Expand Down

0 comments on commit 1d1ba3c

Please sign in to comment.