Skip to content

Revert ineffective iOS safe area workaround#12

Merged
MSicc merged 1 commit intomasterfrom
codex/portfolio-modernization
Mar 8, 2026
Merged

Revert ineffective iOS safe area workaround#12
MSicc merged 1 commit intomasterfrom
codex/portfolio-modernization

Conversation

@MSicc
Copy link
Member

@MSicc MSicc commented Mar 8, 2026

Summary

Describe the change in a few sentences.

Testing

List the checks you ran or explain what still needs validation.

Context

Link any related issue or add background that helps explain the change.

@MSicc MSicc self-assigned this Mar 8, 2026
Copilot AI review requested due to automatic review settings March 8, 2026 19:31
@MSicc MSicc merged commit a305170 into master Mar 8, 2026
3 of 4 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts an iOS safe-area “workaround” by removing viewport-fit=cover and related safe-area padding so the layout relies on the default iOS viewport behavior instead of attempting to draw into the notch area.

Changes:

  • Removed viewport-fit=cover from the viewport meta tag.
  • Removed padding-top: env(safe-area-inset-top) from the sticky header styling.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
assets/css/site.scss Removes safe-area inset padding that was tied to the previous iOS viewport configuration.
_includes/head.html Reverts the viewport meta tag to default behavior by removing viewport-fit=cover.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MSicc MSicc deleted the codex/portfolio-modernization branch March 8, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants