Fixing horizontal scroll hopefully

This commit is contained in:
Sergiotarxz 2025-01-06 03:29:59 +01:00
parent efbce18b1e
commit a3f992b1fe
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ body {
position: fixed;
height: 100%;
width: 100%;
overflow-x: hidden;
background: white;
z-index: 3;
top: 0;

View File

@ -138,6 +138,7 @@ body {
position: fixed;
height: 100%;
width: 100%;
overflow-x: hidden;
background: white;
z-index: 3;
top: 0;