fix(live2d): canvas z-50 so cat renders above frosted glass sidebar
This commit is contained in:
@@ -139,7 +139,7 @@ export default function Live2DStage({ onKiraReady, onReady }: Props) {
|
|||||||
<canvas
|
<canvas
|
||||||
ref={canvasRef}
|
ref={canvasRef}
|
||||||
className="fixed inset-0 w-full h-full"
|
className="fixed inset-0 w-full h-full"
|
||||||
style={{ zIndex: 0, pointerEvents: 'none' }}
|
style={{ zIndex: 50, pointerEvents: 'none' }}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user