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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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