Fix: body overflow:hidden entfernt — bricht iOS Safari PWA-Rendering, SW by-v525
This commit is contained in:
parent
bdcb6bfd51
commit
8fb4137465
3 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue