From 5f8d6ebfce7dc2504ee1d179b0f6ca1a1eca1e84 Mon Sep 17 00:00:00 2001 From: PatrykKuniczak Date: Sat, 2 May 2026 09:49:45 +0200 Subject: [PATCH] fix: horizontal scrollbar displaying on landing page --- docs/.vitepress/theme/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index caebbeb1a..bf93adb80 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -73,7 +73,7 @@ body { background-image: url('/assets/art002e009298.jpg'); opacity: 50%; position: absolute; - width: 100vw; + width: 100%; height: 110vh; background-size: cover; background-position: 90%; @@ -82,7 +82,7 @@ body { .dark .VPHome::after { content: ''; position: absolute; - width: 100vw; + width: 100%; height: 10vh; top: 100vh; background: linear-gradient(to bottom, transparent, var(--vp-c-bg));