From 429f61adcffcc9ed630df93740cce2031023452b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katharina=20W=C3=BCnsche?= Date: Wed, 2 Oct 2024 13:42:14 +0200 Subject: [PATCH] fix: prevent overflow due to color scheme switcher --- components/color-scheme-switcher.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/color-scheme-switcher.vue b/components/color-scheme-switcher.vue index f126e4f..0c52fab 100644 --- a/components/color-scheme-switcher.vue +++ b/components/color-scheme-switcher.vue @@ -23,7 +23,7 @@ const colorSchemes = computed(() => {