mirror of
https://github.com/tale/headplane.git
synced 2026-08-18 09:03:14 +00:00
fix: make the toaster click-throughable
This commit is contained in:
@@ -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}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user