diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 27e899e79a996c23fcc00883a82ca2b6b00d17d4..cb0d1592e5715506c25975b6f4980e4aaa5ad514 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -508,6 +508,8 @@
             position: sticky;
             padding: 0 15px;
             margin-bottom: calc((#{$content-wrapper-padding} * -1) + var(--mr-review-bar-height));
+            overflow-y: auto;
+            overscroll-behavior: contain;
           }
         }
       }