update visualizer sizing and z-index

This commit is contained in:
jeffvli 2025-06-24 14:52:27 -07:00
parent 73dd781a88
commit 01f5745629
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
.container {
max-width: 100%;
z-index: 50;
width: 100%;
height: 100%;
margin: auto;
canvas {

View file

@ -61,7 +61,6 @@ export const Visualizer = () => {
<div
className={styles.container}
ref={canvasRef}
style={{ height: length, width: length }}
/>
);
};