Closed 64J0 closed 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.
max-height: calc(100vh - margin)
Please watch the video with my experiments:
https://user-images.githubusercontent.com/50725287/150610522-7349ac56-ed97-4dd3-9898-2327eb63fbf1.mp4
Related to issue #157
Thank you, this was the fix I had in mind.
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