From 89d3c4bb63055e7365f13946298e907936ca24e5 Mon Sep 17 00:00:00 2001 From: Diego Ramos Date: Sun, 15 Aug 2021 11:25:05 -0400 Subject: [PATCH] Disable text select Disable text select in the span element to improve the illusion of falling emojis. --- .../tutorial/19-next-steps/01-congratulations/app-a/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte b/site/content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte index b1bd64dea0..9ce2dd648d 100644 --- a/site/content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte +++ b/site/content/tutorial/19-next-steps/01-congratulations/app-a/App.svelte @@ -45,5 +45,6 @@ span { position: absolute; font-size: 5vw; + user-select: none; } - \ No newline at end of file +