Respect mobile Safari safe areas

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 16:47:27 +02:00
parent c4e82aabbe
commit b5b1814383
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Pi Web POC</title>
<style>
html, body { margin: 0; height: 100%; overflow: hidden; }
body { min-height: 100dvh; }
</style>
</head>
<body>