Better positioning for inline calendar
parent
ac4aa0ac68
commit
6c556624e0
|
@ -322,6 +322,7 @@ export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
if (this.inline && !this.$attrs.disabled) {
|
if (this.inline && !this.$attrs.disabled) {
|
||||||
this.initFocusableCell();
|
this.initFocusableCell();
|
||||||
|
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
updated() {
|
updated() {
|
||||||
|
|
Loading…
Reference in New Issue