Skip to content

Commit 39a5808

Browse files
committed
feat: highest z-index for toaster
1 parent 14b4c5b commit 39a5808

File tree

1 file changed

+1
-1
lines changed
  • libraries/react-shared-libraries/src/toaster

1 file changed

+1
-1
lines changed

libraries/react-shared-libraries/src/toaster/toaster.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const Toaster = () => {
3333
return (
3434
<div
3535
className={clsx(
36-
'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]',
36+
'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]',
3737
toasterType === 'success' ? 'shadow-greenToast' : 'shadow-yellowToast'
3838
)}
3939
>

0 commit comments

Comments
 (0)