Skip to content

Commit 9de3beb

Browse files
committed
feat: add overflow-x-hidden to VPContent on home page
1 parent 912022a commit 9de3beb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vitepress/theme/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ input {
445445
:root {
446446
--vp-home-hero-name-color: var(--vp-c-text-1);
447447
}
448+
.VPContent.is-home {
449+
@apply overflow-x-hidden;
450+
}
448451

449452
.VPHero.has-image.VPHomeHero {
450453
@apply lg:pb-0;

0 commit comments

Comments
 (0)