Update style.css (#1)

Deactivation of the overflow on the X-axis, while still maintaining the overflow on the Y-axis.
This commit is contained in:
Michel Murabito
2024-01-29 09:22:10 +01:00
committed by GitHub
parent a6d18f90bb
commit 2a0bfb6add

View File

@@ -34,7 +34,7 @@ html,
body {
width: 100%;
height: 100%;
overflow: hidden;
overflow-x: hidden;
}
body {