fix: make the toaster click-throughable
This commit is contained in:
parent
ea47bb5fec
commit
769556efda
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue