5 ms·
I think iOS safari already breaks bottom bars by having phone controls show up when a user taps near the bottom.
by CleverLikeAnOx 1y ago
I think iOS safari already breaks bottom bars by having phone controls show up when a user taps near the bottom.
- whytaka 1y agoThis 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.