diff --git a/UI/src/index.css b/UI/src/index.css index ad0ad42..4bc0beb 100644 --- a/UI/src/index.css +++ b/UI/src/index.css @@ -31,6 +31,8 @@ body, color: var(--color-text); min-height: 100%; margin: 0; + max-width: 100%; + overflow-x: clip; } body {