Remove the x overflow

This commit is contained in:
Arnaud 2024-09-26 16:43:48 +02:00
parent a00a4452ab
commit 5ea327a2f5
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -67,6 +67,7 @@ html {
min-height: 100%;
display: flex;
max-width: 100%;
overflow-x: hidden;
}
body {