diff --git a/src/styles/app.css b/src/styles/app.css index 1e9eace..9e393f1 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -49,22 +49,11 @@ } } -html { - overflow-y: auto; - overflow-x: auto; -} - +html, body { height: 100dvh; + overflow: hidden; scroll-behavior: smooth; - overflow-y: auto; -} - -@media screen and (min-width: 769px) { - html, - body { - overflow-y: hidden; - } } .columns {