fix: make the toaster click-throughable

This commit is contained in:
Aarnav Tale 2024-04-29 20:32:14 -04:00
parent ea47bb5fec
commit 769556efda
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ export default function Toaster() {
return (
<div
className='fixed bottom-0 right-0 p-4 w-80 h-1/2 overflow-hidden'
className='fixed bottom-0 right-0 p-4 w-80 h-1/2 overflow-hidden pointer-events-none'
onMouseEnter={startPause}
onMouseLeave={endPause}
>