Skip to content
Snippets Groups Projects
Commit f5059440 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #2855

Closes #2855

Merge request studip/studip!2014
parent 40c99e96
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ $consum_ribbon_width: calc(100% - 58px);
box-shadow: 2px 2px #ccc;
position: absolute;
right: -570px;
top: 0;
top: 15px;
height: 100%;
max-width: calc(100% - 28px);
display: flex;
......@@ -470,6 +470,7 @@ $consum_ribbon_width: calc(100% - 58px);
&.unfold {
right: 0px;
margin-right: 15px;
}
&.cw-ribbon-tools-consume {
......@@ -482,6 +483,7 @@ $consum_ribbon_width: calc(100% - 58px);
&.cw-ribbon-tools-sticky {
position: absolute;
top: -1px;
margin-right: 0;
}
.cw-ribbon-tool-content {
......@@ -592,7 +594,7 @@ $consum_ribbon_width: calc(100% - 58px);
.cw-structural-element-consumemode {
.cw-ribbon-tools {
top: 14px;
top: 25px;
}
}
......
......@@ -465,6 +465,8 @@ $sidebarOut: -330px;
&.cw-ribbon {
.cw-ribbon-tools {
max-width: calc(100% - 2px);
top: 0;
margin-right: 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment