From f10812922293ab8568cad5c972a48e7f44088682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 8 Dec 2022 00:14:11 +0100 Subject: [PATCH] chore: tidy css --- src/components/SVGContent.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/SVGContent.svelte b/src/components/SVGContent.svelte index f18fbe3..f8cd545 100644 --- a/src/components/SVGContent.svelte +++ b/src/components/SVGContent.svelte @@ -591,7 +591,8 @@ :global { .svg-content svg { overflow: visible; - & .internal { + + .internal { visibility: hidden; } }