fix: image cropper in RTL mode (#23492)
This commit is contained in:
parent
92684ab029
commit
ba1d597e73
2 changed files with 1 additions and 1 deletions
|
|
@ -128,6 +128,7 @@ watch(
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
@import "cropperjs/dist/cropper.min.css";
|
||||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
@import "../common/form.scss";
|
||||
@import "~cropperjs/dist/cropper.min";
|
||||
|
||||
.tooltip-content {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue