From 6cc39a8783f7bd46a2bb16a93a66da4995c1e732 Mon Sep 17 00:00:00 2001 From: OllyNicholass Date: Sun, 11 Feb 2024 18:39:24 +0000 Subject: [PATCH] refactor(#23): class name --- src/routes/estimation/[roomId]/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;