diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.module.scss b/src/views/components/common/CalendarGrid/CalendarGrid.module.scss index ff27105c..b17367ca 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.module.scss +++ b/src/views/components/common/CalendarGrid/CalendarGrid.module.scss @@ -40,6 +40,10 @@ line-height: normal; } +.timeAndGrid { + display: flex; +} + .timeColumn { display: flex; min-height: 573px; diff --git a/src/views/components/common/CalendarGrid/CalendarGrid.tsx b/src/views/components/common/CalendarGrid/CalendarGrid.tsx index 7a336b12..5adde216 100644 --- a/src/views/components/common/CalendarGrid/CalendarGrid.tsx +++ b/src/views/components/common/CalendarGrid/CalendarGrid.tsx @@ -31,19 +31,20 @@ const Calendar: React.FC = (props) => { ))} {/* Displaying the rest of the calendar */} -