diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index d978a12789..950e768d42 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -6,6 +6,7 @@ // Base Elements html { font-size: 15px; // Increasing overall font-size on mobile by 1px + overscroll-behavior-y: contain; }