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