CalendarCarousel bottom margin
This commit is contained in:
parent
824b932069
commit
7cb118d000
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export default class CalendarCarousel extends Vue {
|
||||||
}
|
}
|
||||||
|
|
||||||
private update_height(): void {
|
private update_height(): void {
|
||||||
const diff = 150;
|
const diff = 100;
|
||||||
|
|
||||||
if (this._main === undefined) return;
|
if (this._main === undefined) return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue