feat: ui fixes
This commit is contained in:
parent
2b32d561e9
commit
d89eb44b8f
|
|
@ -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')}
|
||||
|
|
|
|||
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Reference in New Issue