diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2023-04-26 08:57:16 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2023-04-26 08:57:16 +0000 |
| commit | dc5d587b1ff30d2a8139e21f8086c4dcb7fb4443 (patch) | |
| tree | 6db9e37ff3bdeb39d9528a22de5600aad0aeef9b /resources | |
| parent | 0c280dcaee246b6002d803bcb3b946c212c1f2b4 (diff) | |
fix #2498
Closes #2498
Merge request studip/studip!1709
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/courseware.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/assets/stylesheets/scss/courseware.scss b/resources/assets/stylesheets/scss/courseware.scss index 175b2a6..c04365d 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; } |
