feat: ui fixes

This commit is contained in:
Nevo David 2025-12-05 11:39:00 +07:00
parent 2b32d561e9
commit d89eb44b8f
2 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ export const MonthView = () => {
{calendarDays.map((date, index) => (
<div
key={index}
className="text-center items-center justify-center flex min-h-[100px]"
className="text-center items-center justify-center flex"
>
<CalendarColumn
getDate={newDayjs(date.day).endOf('day')}

View File

@ -49,7 +49,7 @@ export const NotificationOpenComponent = () => {
return (
<div
id="notification-popup"
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]"
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]"
>
<div
className={`p-[16px] border-b border-tableBorder font-bold`}