CalendarCarousel bottom margin

This commit is contained in:
Jörn-Michael Miehe 2022-09-24 16:49:13 +00:00
parent 824b932069
commit 7cb118d000

View file

@ -75,7 +75,7 @@ export default class CalendarCarousel extends Vue {
}
private update_height(): void {
const diff = 150;
const diff = 100;
if (this._main === undefined) return;