fix: remove unused header div

This commit is contained in:
2026-04-20 19:45:23 +02:00
parent acdc582e95
commit 23f65a1c63

View File

@@ -336,7 +336,7 @@
width: 100vw;
color: white;
display: grid;
grid-template-rows: 36px 1fr;
grid-template-rows: 0px 1fr;
}
.wrapper :global(canvas) {