Fix: Karte-Seite erhält definite Höhe für Leaflet-Tiles
#page-map bekommt height:100% (statt min-height), damit .page-body und .map-full-layout eine auflösbare Höhe haben. SW by-v27 → by-v28.
This commit is contained in:
parent
01081fcd75
commit
e5bf841d45
2 changed files with 12 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v27';
|
||||
const CACHE_VERSION = 'by-v28';
|
||||
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