Fix: Bottom-Nav iOS — min-height:0 auf #page-content + GPU-Layer auf #bottom-nav
- #page-content min-height:0: iOS-Flex-Bug — ohne das schrumpft der Container nicht und overflow-y:auto greift nicht → body scrollt statt #page-content - #bottom-nav: transform:translateZ(0) + will-change:transform für stabile GPU-Compositing-Schicht auf iOS Safari - #app: height:100% (kaskadiert von body) statt 100dvh - SW by-v523, APP_VER 500
This commit is contained in:
parent
b27e4b006f
commit
bbedd658fa
3 changed files with 16 additions and 9 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v522';
|
||||
const CACHE_VERSION = 'by-v523';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue