Fix: Sidebar/Backdrop aus #app raus, direkt in <body>
#sidebar und #sidebar-backdrop waren Kinder von #app (display:flex), was auf iOS Safari Stacking-Context-Probleme verursacht. Beide Elemente sind jetzt direkte Kinder von <body>. _openSidebar() zurueck zur sauberen .open-Klassen-Methode. will-change:transform entfernt. SW by-v32 -> by-v33.
This commit is contained in:
parent
3b79efb82b
commit
d399cb84cf
4 changed files with 21 additions and 43 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v32';
|
||||
const CACHE_VERSION = 'by-v33';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
|
||||
// index.html wird NICHT pre-gecacht (immer Network-First)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue