From dc5d587b1ff30d2a8139e21f8086c4dcb7fb4443 Mon Sep 17 00:00:00 2001
From: Ron Lucke <lucke@elan-ev.de>
Date: Wed, 26 Apr 2023 08:57:16 +0000
Subject: [PATCH] fix #2498

Closes #2498

Merge request studip/studip!1709
---
 resources/assets/stylesheets/scss/courseware.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/resources/assets/stylesheets/scss/courseware.scss b/resources/assets/stylesheets/scss/courseware.scss
index 175b2a606cd..c04365d283a 100644
--- a/resources/assets/stylesheets/scss/courseware.scss
+++ b/resources/assets/stylesheets/scss/courseware.scss
@@ -282,12 +282,12 @@ $consum_ribbon_width: calc(100% - 58px);
     height: 20px;
     width: calc(100% - 314px);
     background-color: $white;
-    z-index: 40;
+    z-index: 39;
 }
 .cw-ribbon-sticky-bottom {
     position: fixed;
-    top: 112px;
-    height: 19px;
+    top: 110px;
+    height: 16px;
     width: calc(100% - 314px);
     background-color: $white;
     z-index: 39;
@@ -308,7 +308,7 @@ $consum_ribbon_width: calc(100% - 58px);
 
     &.cw-ribbon-sticky {
         position: fixed;
-        top: 56px;
+        top: 50px;
         width: calc(100% - 346px);
         z-index: 40;
     }
-- 
GitLab