marzer / poxy

Documentation generator for C++
https://pypi.org/project/poxy
MIT License
135 stars 5 forks source link

Fix multi-row navbar #4

Closed wroyca closed 1 year ago

wroyca commented 1 year ago

We use sticky to offset the header from its closest scrolling ancestor, then we set the footer by defining the minimum and maximum heights of the document. The padding-top is removed due to conflicting positioning.

Fix https://github.com/marzer/poxy/issues/3

Screenshot 2022-08-15 192416

marzer commented 1 year ago

Thanks! TIL position: sticky;