From ef78eeab7aa5bcdd55f476edbc3b0029b8f131fb Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 22 Oct 2024 03:23:06 +0800 Subject: [PATCH] fix(theme): incorrect home hero background styles, close #304 (#305) --- 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 1da52814..22303518 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%;