Merge pull request #36544 from KerollesFathy/fix-calender-view-overflow-issue
fix(calendar): align footnote
This commit is contained in:
commit
8a1589da85
1 changed files with 3 additions and 2 deletions
|
|
@ -166,8 +166,9 @@ frappe.views.Calendar = class Calendar {
|
|||
this.$wrapper,
|
||||
__("Select or drag across time slots to create a new event.")
|
||||
);
|
||||
this.footnote_area.css({ "border-top": "0px" });
|
||||
|
||||
this.footnote_area.addClass("px-4 pb-4").css({
|
||||
"border-top": "0px",
|
||||
});
|
||||
this.fullCalendar = new frappe.FullCalendar(this.$cal[0], this.cal_options);
|
||||
this.fullCalendar.render();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue