From 15ea7fb1b552b6be5204e0679d95dc82cb06f942 Mon Sep 17 00:00:00 2001 From: Diego Ramos Date: Sun, 15 Aug 2021 16:26:42 -0400 Subject: [PATCH] [docs] disable text select on falling emojis (#6654) --- .../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 +