fix: make the toaster click-throughable
This commit is contained in:
parent
ea47bb5fec
commit
769556efda
@ -6,7 +6,7 @@ export default function Toaster() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<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}
|
onMouseEnter={startPause}
|
||||||
onMouseLeave={endPause}
|
onMouseLeave={endPause}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user