This commit is contained in:
MartinBraquet
2025-10-30 21:59:33 +01:00
parent 5f1120c718
commit 75ac16d43c
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ export default function Document() {
</Head>
<body className={clsx(
"body-bg text-ink-1000",
'app-content',
'safe-top',
)}>
<Main/>
<NextScript/>

View File

@@ -450,7 +450,7 @@ ol > li::marker {
color: #374151; /* pick a visible color */
}
.app-content {
.safe-top {
padding-top: calc(env(safe-area-inset-top) + 0px);
/*padding-bottom: env(safe-area-inset-bottom);*/
box-sizing: border-box; /* ensure padding doesnt break layout */