calendar.js: fix toolbar height

This commit is contained in:
Milan
2021-06-27 13:22:08 +02:00
parent d510c975a6
commit 81ddc4ddf3

View File

@@ -51,7 +51,7 @@ function setupMenuHeight(){
} }
); );
top+=weekday_height+1; top+=weekday_height+1-10;
$('#calendar').css("top", top); $('#calendar').css("top", top);
return top; return top;
} else { } else {