diff --git a/src/routes/estimation/[roomId]/+page.svelte b/src/routes/estimation/[roomId]/+page.svelte index e2daeab..1a36189 100644 --- a/src/routes/estimation/[roomId]/+page.svelte +++ b/src/routes/estimation/[roomId]/+page.svelte @@ -276,7 +276,7 @@ {/if} {#if showFireworks} -
+
{/if} @@ -389,7 +389,7 @@ text-indent: -10px; } - .launch-pad { + .fireworks-container { position: fixed; top: 0; z-index: -1;