feat: highest z-index for toaster
This commit is contained in:
parent
14b4c5bb01
commit
39a580888e
|
|
@ -33,7 +33,7 @@ export const Toaster = () => {
|
|||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
'animate-fadeDown rounded-[8px] gap-[18px] flex items-center overflow-hidden bg-customColor8 p-[16px] min-w-[319px] fixed start-[50%] text-white z-[300] top-[32px] -translate-x-[50%] h-[56px]',
|
||||
'animate-fadeDown rounded-[8px] gap-[18px] flex items-center overflow-hidden bg-customColor8 p-[16px] min-w-[319px] fixed start-[50%] text-white z-[900] top-[32px] -translate-x-[50%] h-[56px]',
|
||||
toasterType === 'success' ? 'shadow-greenToast' : 'shadow-yellowToast'
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue