feat: enhance calendar event handling with full-day detection and layout adjustments
This commit is contained in:
@@ -873,7 +873,7 @@ export default function CalendarPage() {
|
||||
})();
|
||||
|
||||
return (
|
||||
<div className="relative flex-1 flex flex-col overflow-hidden">
|
||||
<div className="relative flex min-h-0 flex-1 flex-col overflow-hidden">
|
||||
{viewContent}
|
||||
{isLoadingEvents && calendars.length > 0 && events.length === 0 && (
|
||||
<div className="absolute inset-0 bg-background/50 flex items-center justify-center pointer-events-none">
|
||||
|
||||
Reference in New Issue
Block a user