Hide horzontal overflow

This commit is contained in:
2026-01-30 14:09:26 +01:00
parent d4e68c5c91
commit 5b01b839b4

View File

@@ -17,7 +17,7 @@
} }
html { html {
overflow-x: auto; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
} }
html, html,