diff --git a/assets/fresh/partials/_sidebar.scss b/assets/fresh/partials/_sidebar.scss index 6d0b87d..2b0b48d 100644 --- a/assets/fresh/partials/_sidebar.scss +++ b/assets/fresh/partials/_sidebar.scss @@ -78,6 +78,7 @@ Sidebar Styles transform: translateX(-281px); transition: all .3s; z-index: 10000; + overflow-y: auto; &.is-active { transform: translateX(0); } @@ -177,4 +178,4 @@ Sidebar Styles display: none; } } -} \ No newline at end of file +}