@@ -87,7 +87,6 @@ header {
}
.revision-toc {
- max-width: 250px;
overflow: hidden;
font-size: 0.9em;
@@ -21,7 +21,7 @@
position: sticky;
top: calc(46px + 5px);
- min-width: calc(#{100 / 12 * 2%} - #{$grid-gutter-width}); // width of 2column - padding
+ min-width: 100%;
margin-top: 5px;
.revision-toc-content {
@@ -104,7 +104,7 @@ body.kibela {
top: calc(60px + 5px);
right: 10rem;
margin-top: 40px;