diff --git a/frontend/styles/master.css b/frontend/styles/master.css index df2f5f5e..28531f4d 100644 --- a/frontend/styles/master.css +++ b/frontend/styles/master.css @@ -21,6 +21,12 @@ body.dark { background-color: var(--neutral-800); } +@media (min-width: 1280px) { + body { + overflow-y: hidden; + } +} + #__next { display: flex; flex-flow: column;