diff --git a/app/src/frontend/styles/layout.css b/app/src/frontend/styles/layout.css index fc55f957..4a6a5e53 100644 --- a/app/src/frontend/styles/layout.css +++ b/app/src/frontend/styles/layout.css @@ -21,7 +21,7 @@ main { flex: 1; display: flex; flex-direction: column; - overflow: hidden; + overflow: scroll; } @media(min-width: 768px) {