Unrelated, but there’s a gnarly CSS bug on your menu that causes the weirdest behavior on iOS. The native scroll bar appears much taller than it should be and visibly reacts to scrolling, but the content on the page does not (so I can’t reach the bottom of the menu).
Might be a fixed parent element missing `overflow-y: none;` but the lack of devtools on mobile means I can’t check (even more tangentially, if anyone knows a way to access something like devtools in iOS, I would be thrilled to hear about it).
Might be a fixed parent element missing `overflow-y: none;` but the lack of devtools on mobile means I can’t check (even more tangentially, if anyone knows a way to access something like devtools in iOS, I would be thrilled to hear about it).