website: fix horizontal scrollbar on Windows (#6801)

This commit is contained in:
another-simple-pixel
2026-04-13 21:17:25 +03:00
committed by GitHub
parent e977b46e9e
commit de813dc0d0

View File

@@ -216,6 +216,9 @@ html {
font-family: GT-Walsheim, Gilroy, Helvetica, sans-serif;
}
body {
overflow-x: hidden;
}
.dark html,
.dark body {