Skip to content
Snippets Groups Projects
Commit dc5d587b authored by Ron Lucke's avatar Ron Lucke Committed by David Siegfried
Browse files

fix #2498

Closes #2498

Merge request studip/studip!1709
parent 0c280dca
No related branches found
No related tags found
No related merge requests found
...@@ -282,12 +282,12 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -282,12 +282,12 @@ $consum_ribbon_width: calc(100% - 58px);
height: 20px; height: 20px;
width: calc(100% - 314px); width: calc(100% - 314px);
background-color: $white; background-color: $white;
z-index: 40; z-index: 39;
} }
.cw-ribbon-sticky-bottom { .cw-ribbon-sticky-bottom {
position: fixed; position: fixed;
top: 112px; top: 110px;
height: 19px; height: 16px;
width: calc(100% - 314px); width: calc(100% - 314px);
background-color: $white; background-color: $white;
z-index: 39; z-index: 39;
...@@ -308,7 +308,7 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -308,7 +308,7 @@ $consum_ribbon_width: calc(100% - 58px);
&.cw-ribbon-sticky { &.cw-ribbon-sticky {
position: fixed; position: fixed;
top: 56px; top: 50px;
width: calc(100% - 346px); width: calc(100% - 346px);
z-index: 40; z-index: 40;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment