Merge pull request #36544 from KerollesFathy/fix-calender-view-overflow-issue

fix(calendar): align footnote
This commit is contained in:
Ejaaz Khan 2026-02-10 18:06:16 +05:30 committed by GitHub
commit 8a1589da85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();