dennisreimann / uiengine

Workbench for UI-driven development
https://uiengine.uix.space/
MIT License
366 stars 25 forks source link

🐛UI: Fix the in-page navigation overlapping issue on medium viewports #83

Closed CosAnca closed 4 years ago

CosAnca commented 4 years ago
CosAnca commented 4 years ago

This PR addresses #82.

I have updated the in-page navigation to only be fixed from xl_and_up viewports, while on smaller viewports will be positioned underneath the contentsection list items. Also fixed a horizontal overflowing issue on medium viewports that was caused by the larger negative margins applied to the <hr class="sections-divider"> element.