top | item 44228093 (no title) CleverLikeAnOx | 8 months ago I think iOS safari already breaks bottom bars by having phone controls show up when a user taps near the bottom. discuss order hn newest whytaka|8 months ago 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.
whytaka|8 months ago 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.
whytaka|8 months ago