MangelMaxime / Nacara

https://mangelmaxime.github.io/Nacara/
Other
48 stars 7 forks source link

Fix: The menu should be scrollable #161

Closed 64J0 closed 2 years ago

64J0 commented 2 years ago

Hey guys, I did some tests locally in Thoth.Json docs page (reference link) and apparently to achieve this property for the menu we just need to set max-height: calc(100vh - margin) attribute.

Please watch the video with my experiments:

https://user-images.githubusercontent.com/50725287/150610522-7349ac56-ed97-4dd3-9898-2327eb63fbf1.mp4

64J0 commented 2 years ago

Related to issue #157

MangelMaxime commented 2 years ago

Thank you, this was the fix I had in mind.