Skip to content

Commit 0c1ffe5

Browse files
committed
fix: prevent horizontal overflow by hiding overflow on html and body
1 parent 02ad8f4 commit 0c1ffe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
color: var(--text-primary);
3030
}
3131

32+
html, body { overflow-x: hidden; }
33+
3234
@media (max-width: 768px) {
3335
body { overflow-y: auto; }
3436
}

0 commit comments

Comments
 (0)