diff --git a/src/assets/stylesheets/app.css b/src/assets/stylesheets/app.css index ec1acc9..70a7f7f 100644 --- a/src/assets/stylesheets/app.css +++ b/src/assets/stylesheets/app.css @@ -2,8 +2,11 @@ display: none !important; } -body { +html { font-size: 15px !important; +} + +body { overscroll-behavior: none; }