File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/frontend/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ export const MonthView = () => {
314314 { calendarDays . map ( ( date , index ) => (
315315 < div
316316 key = { index }
317- className = "text-center items-center justify-center flex min-h-[100px] "
317+ className = "text-center items-center justify-center flex"
318318 >
319319 < CalendarColumn
320320 getDate = { newDayjs ( date . day ) . endOf ( 'day' ) }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export const NotificationOpenComponent = () => {
4949 return (
5050 < div
5151 id = "notification-popup"
52- className = "opacity-0 animate-normalFadeDown mt-[10px] absolute w-[420px] min-h-[200px] top-[100%] end-0 bg-third text-textColor rounded-[16px] flex flex-col border border-tableBorder z-[20 ]"
52+ className = "opacity-0 animate-normalFadeDown mt-[10px] absolute w-[420px] min-h-[200px] top-[100%] end-0 bg-third text-textColor rounded-[16px] flex flex-col border border-tableBorder z-[300 ]"
5353 >
5454 < div
5555 className = { `p-[16px] border-b border-tableBorder font-bold` }
You can’t perform that action at this time.
0 commit comments