diff --git a/src/styles/app.css b/src/styles/app.css index 9f4528a..2552ee1 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -62,6 +62,13 @@ body { scroll-behavior: smooth; } +@media screen and (max-width: 768px) { + html, + body { + overflow-y: auto; + } +} + .columns { margin-left: 0; margin-right: 0;