diff --git a/frontend/src/style.css b/frontend/src/style.css index 5a4f6a5e..e9c59492 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -16,6 +16,8 @@ } html { + width: 100vw; + overflow-x: hidden; height: 100%; scrollbar-color: var(--accent-font-dark) #0000; }