small ui improvements

This commit is contained in:
vcoppe
2026-02-17 22:24:14 +01:00
parent 091f6a3ed0
commit c9ca75e2e8
4 changed files with 24 additions and 7 deletions

View File

@@ -64,7 +64,7 @@
});
</script>
<div class="h-full grow min-w-0 relative py-2">
<div class="h-full grow min-w-0 min-h-0 relative">
<canvas bind:this={overlay} class="w-full h-full absolute pointer-events-none"></canvas>
<canvas bind:this={canvas} class="w-full h-full absolute"></canvas>
{#if showControls}