mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
update visualizer sizing and z-index
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.container {
|
||||
max-width: 100%;
|
||||
z-index: 50;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
|
||||
canvas {
|
||||
|
||||
@@ -61,7 +61,6 @@ export const Visualizer = () => {
|
||||
<div
|
||||
className={styles.container}
|
||||
ref={canvasRef}
|
||||
style={{ height: length, width: length }}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user