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