diff --git a/frontend/src/root.css b/frontend/src/root.css index a01e08f..0ace0f5 100644 --- a/frontend/src/root.css +++ b/frontend/src/root.css @@ -43,6 +43,7 @@ body{ flex-direction: column; align-items: center; justify-content: flex-start; - overflow: hidden; + overflow-x: hidden; + overflow-y: scroll; background-color: #000000; -} \ No newline at end of file +}