calendar.js: fix toolbar height
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user