ntno / mkdocs-terminal

monospace theme for MkDocs
https://ntno.github.io/mkdocs-terminal/
MIT License
96 stars 3 forks source link

preview/test sticky feature #142

Open ntno opened 1 month ago

ntno commented 1 month ago

previewing changes from #141 add further discussion to #141

we might need this part: https://github.com/Gioni06/terminal.css/commit/2923b48febc3786accf071bc897fc80071136092#diff-b2b324d39961db64b2c30565346384ece9a6b41fea84e2abbc4d52f18460d067R105-R109

      .components-grid aside {
        position: sticky;
        top: calc(var(--global-space) * 2);
      }