Merge branch 'threecolumn' into shigusegubu-vue3
* threecolumn: remove margins from underlay since it causes horizontal scroll on smaller screens underlay improvements Fix image cropper not closing correctly
This commit is contained in:
commit
5b71b33579
2 changed files with 1 additions and 2 deletions
|
@ -151,7 +151,6 @@ nav {
|
||||||
grid-column-end: span 3;
|
grid-column-end: span 3;
|
||||||
grid-row-start: 1;
|
grid-row-start: 1;
|
||||||
grid-row-end: 1;
|
grid-row-end: 1;
|
||||||
margin: 0 calc(var(--columnGap) / -2);
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-color: rgba(0, 0, 0, 0.15);
|
background-color: rgba(0, 0, 0, 0.15);
|
||||||
background-color: var(--underlay, rgba(0, 0, 0, 0.15));
|
background-color: var(--underlay, rgba(0, 0, 0, 0.15));
|
||||||
|
|
|
@ -66,7 +66,7 @@ const ImageCropper = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
unmounted () {
|
destroy () {
|
||||||
if (this.cropper) {
|
if (this.cropper) {
|
||||||
this.cropper.destroy()
|
this.cropper.destroy()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue