Fix: body overflow:hidden entfernt — bricht iOS Safari PWA-Rendering, SW by-v525

This commit is contained in:
rene 2026-04-30 06:36:31 +02:00
parent bdcb6bfd51
commit 8fb4137465
3 changed files with 2 additions and 3 deletions

View file

@ -207,7 +207,6 @@ body {
color: var(--c-text);
background-color: var(--c-bg);
height: 100%;
overflow: hidden; /* body nie scrollen — nur #page-content */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}