expressjs / expressjs.com

https://expressjs.com
Other
5.26k stars 1.48k forks source link

Sidebar menu space issue #1614

Open bjohansebas opened 2 months ago

bjohansebas commented 2 months ago

The sidebar menu used in the API takes up more space, making it impossible to use the link to the terms of use and privacy policies.

image

devgar commented 2 months ago

There's a jQuery bind managing this menu size, as it is intention to remove all jQuery #1569, to fix this issue Instead of VanillaJS I propose to use CSS. I've experimented a bit with calculated height and scroll animation

https://github.com/user-attachments/assets/cf6dfca7-7b81-4891-93cd-f286bf27f0da

bjohansebas commented 2 months ago

@devgar oh great, can you open a PR? So we can test it.