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