layout: fix nav positioning on ios #21

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

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.

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.
offbyn self-assigned this 2 years ago
offbyn added 1 commit 2 years ago
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details
4dd8dae483
layout: fix nav positioning on ios
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.
offbyn merged commit 4dd8dae483 into master 2 years ago
offbyn deleted branch fix-tab-height-ios 2 years ago
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
The pull request has been merged as 4dd8dae483.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fix-tab-height-ios master
git pull origin fix-tab-height-ios

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff fix-tab-height-ios
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nostr/nostrweb#21
Loading…
There is no content yet.