Fix: Mobile Sidebar z-index 1000 + display:flex !important
Backdrop lag bei z-index 499 über der Sidebar (z-index 300 Base). Sidebar bekommt auf Mobile z-index:1000, display:flex !important und will-change:transform. SW by-v29 → by-v30.
This commit is contained in:
parent
1c8ed88dac
commit
40b802ae86
2 changed files with 19 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v29';
|
||||
const CACHE_VERSION = 'by-v30';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
|
||||
// Diese Dateien werden beim Install gecacht (App Shell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue