diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss
index 16b04fc3..182ed394 100644
--- a/app/assets/stylesheets/base.css.scss
+++ b/app/assets/stylesheets/base.css.scss
@@ -1,5 +1,9 @@
 /* all custom SCSS should go into here */
 
+body {
+  overflow-y: scroll;
+}
+
 .j2-page {
   padding-top: 30px;
-}
\ No newline at end of file
+}