Skip to content

Instantly share code, notes, and snippets.

@fysherman
Created October 31, 2021 11:14
Show Gist options
  • Save fysherman/71c5ad2427ecf2faaac8c6c008a25659 to your computer and use it in GitHub Desktop.
Save fysherman/71c5ad2427ecf2faaac8c6c008a25659 to your computer and use it in GitHub Desktop.
Safe area from iphone's notch
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
.example {
margin-top: env(safe-area-inset-top);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment