This commit is contained in:
2026-04-29 03:47:34 +03:30
parent 5c548bc6db
commit 8f74e4f385
25 changed files with 1615 additions and 396 deletions
+1
View File
@@ -10,6 +10,7 @@ const AppFullCalendar = styled('div')(({ theme }: { theme: Theme }) => ({
position: 'relative',
borderRadius: 'var(--mui-shape-borderRadius)',
'& .fc': {
width: '100%',
zIndex: 1,
'.fc-col-header, .fc-daygrid-body, .fc-scrollgrid-sync-table, .fc-timegrid-body, .fc-timegrid-body table': {