Fix: Bottom-Nav immer fixiert + Gründer-Seite null-Error
- body: height:100% + overflow:hidden — body scrollt nie mehr selbst - #app: height:100dvh (war min-height) + overflow:hidden — exakte Viewport-Höhe - Desktop (768px+): #app height:auto + min-height:100dvh zurück (kein Bottom-Nav) - #page-content: -webkit-overflow-scrolling:touch für iOS-Momentum-Scroll - gruender.js: null-Check vor _renderStats() gegen "null is not an object"-Crash - SW by-v522, APP_VER 499
This commit is contained in:
parent
d1e4867fb4
commit
b27e4b006f
5 changed files with 14 additions and 6 deletions
|
|
@ -206,7 +206,8 @@ body {
|
|||
line-height: var(--leading-normal);
|
||||
color: var(--c-text);
|
||||
background-color: var(--c-bg);
|
||||
min-height: 100%;
|
||||
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