Skip to content

Commit d89eb44

Browse files
committed
feat: ui fixes
1 parent 2b32d56 commit d89eb44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/frontend/src/components/launches/calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')}

apps/frontend/src/components/notifications/notification.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`}

0 commit comments

Comments
 (0)