Disable horizontal scrolling

This commit is contained in:
Wim Brand
2019-09-19 09:40:07 +02:00
parent 574391defd
commit 60819849e6

View File

@@ -51,7 +51,9 @@
}
/* Page rendering configuration */
html, body {
overflow-x: hidden;
}
body{
background-color: #0d0d0d; /* Fallback */
background-color: var(--body_color);