mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
update visualizer sizing and z-index
This commit is contained in:
parent
73dd781a88
commit
01f5745629
2 changed files with 3 additions and 2 deletions
|
|
@ -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 }}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue