Comment by CleverLikeAnOx

7 days ago

I think iOS safari already breaks bottom bars by having phone controls show up when a user taps near the bottom.

This is mitigated by wrapping the main scrollable content in a container that has height: 100dvh and overflow: auto. It means that phone controls are always showing but it made a bottom anchored menu reliably static.