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
1 changed files with 1 additions and 1 deletions

View File

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