From 42307f64fbc55765f62771ff9fca71b9463e89f1 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 22 Oct 2024 03:21:11 +0800 Subject: [PATCH] fix(theme): incorrect home hero background styles, close #304 --- theme/src/client/components/Home/VPHomeHero.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/src/client/components/Home/VPHomeHero.vue b/theme/src/client/components/Home/VPHomeHero.vue index 1da52814f..223035186 100644 --- a/theme/src/client/components/Home/VPHomeHero.vue +++ b/theme/src/client/components/Home/VPHomeHero.vue @@ -90,7 +90,7 @@ useHomeHeroTintPlate( height: calc(100vh - var(--vp-nav-height) - var(--vp-footer-height, 0px)); } -.vp-home-hero-bg { +.home-hero-bg { position: absolute; z-index: 0; width: 100%;