pull/1792/head
Yiğit FINDIKLI 2021-11-17 16:01:39 +03:00
parent d31f7b833f
commit c59be4f6b2
1 changed files with 4 additions and 1 deletions

View File

@ -328,7 +328,10 @@ export default {
if (!this.$attrs.disabled) {
this.initFocusableCell();
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
if (this.numberOfMonths === 1) {
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
}
}
}
},