node-red.github.io icon indicating copy to clipboard operation
node-red.github.io copied to clipboard

Function Node Documentation ToC overlaps footer

Open damonroberts95 opened this issue 4 years ago • 0 comments

image

Adding the CSS

div#toc-column {
    position: sticky;
    top: -28px;
}

and disabling ul.fixed-toc and overflow: hidden on the parent grid class fixes it, but may have knock on effects elsewhere.

image

damonroberts95 avatar May 03 '21 13:05 damonroberts95