diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index 3375e3881a4227f9e181e7cdc540d365bf56b79b..316251e5e1e15dac214d18251eceb3a7e283a80f 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -1805,7 +1805,7 @@ footer {
 .sidebar {
   padding-top: $content-top-padding;
 
-  @media only screen and (max-width: $screen-sm-max) {
+  @media only screen and (max-width: $screen-sm-min) {
     padding-top: 0;
   }
 }
@@ -1901,8 +1901,7 @@ footer {
 }
 
 //// Off-Canvas
-@media only screen and (max-width: $screen-sm-max) {
-  // FIXME: please REVIEW this shows "zurueck" Button on SM devices when the sidebar is shown
+@media only screen and (max-width: $screen-sm-min) {
   .close-offcanvas {
     display: block;
   }