Skip to content
Snippets Groups Projects
Commit 37e98835 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

Resolve "Wiki/ContentBar: Leiste wird zu breit beim Scrollen"

Closes #4920

Merge request studip/studip!3692
parent c0709d7a
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ $consum_ribbon_width: calc(100% - 58px); ...@@ -66,7 +66,7 @@ $consum_ribbon_width: calc(100% - 58px);
&.cw-ribbon-sticky { &.cw-ribbon-sticky {
position: fixed; position: fixed;
top: 50px; top: 50px;
width: calc(100% - 375px); width: calc(100% - 388px);
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