From c0acf6dc9b9ac844d61efb693b22b92e1b6e9241 Mon Sep 17 00:00:00 2001
From: Claas Kazzer <kazzer@uni-leipzig.de>
Date: Fri, 20 Nov 2020 15:54:25 +0100
Subject: [PATCH] refs #18681 [finc:Vf5.1] adds super important correction to
 sidebar!

---
 themes/finc/scss/compiled.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index 5c153ecaaef..6870670f532 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -2309,9 +2309,11 @@ footer {
 // MAIN CONTENT - END
 
 // SIDEBAR
-// Width when offcanvas if off
+// Width when offcanvas is off
 body:not(.offcanvas) .sidebar {
-  width: 100%;
+  @media only screen and (max-width: $screen-xs-max) {
+    width: 100%;
+  }
 }
 
 //// pull content to right border for sidebar right
-- 
GitLab