layout: fix nav positioning on ios #21

Merged
offbyn merged 1 commits from fix-tab-height-ios into master 2 years ago

1 Commits (master)

Author SHA1 Message Date
OFF0 4dd8dae483
layout: fix nav positioning on ios
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details
Safari does not take the addressbar into account when using 100vh,
this is the cauase that the navigation is sometimes hidden when
the user scrolls up/down.

changed to 100dvh with fallback to 100vh.
2 years ago