Mobile optimizations
This commit is contained in:
@@ -41,7 +41,7 @@ export default function AnimationSwitcher() {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="fixed bottom-4 left-4 z-[101] pointer-events-auto hidden md:block"
|
||||
className="fixed bottom-4 left-4 z-[101] pointer-events-auto hidden lg:block"
|
||||
onMouseEnter={() => setHovering(true)}
|
||||
onMouseLeave={() => setHovering(false)}
|
||||
onClick={handleClick}
|
||||
|
||||
Reference in New Issue
Block a user