diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss
index cbf2e75205942836e51dabb2c1c4561fb46d1c39..07df5dd1d2d4984156da1f9caf9ad344bf25c584 100644
--- a/resources/assets/stylesheets/scss/responsive.scss
+++ b/resources/assets/stylesheets/scss/responsive.scss
@@ -546,6 +546,7 @@ $sidebarOut: -330px;
 
     #sidebar {
         height: 100%;
+        overflow-y: auto;
         position: fixed;
         top: 75px;
         transform: translateX($sidebarOut);