Refactor #1750
parent
d31f7b833f
commit
c59be4f6b2
|
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue