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
|
|
@ -118,6 +118,17 @@
|
||||||
.sidebar-backdrop { display: none !important; }
|
.sidebar-backdrop { display: none !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Karte: volle Höhe, kein Scrollen, kein Padding */
|
||||||
|
#page-map {
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
#page-map > .page-body {
|
||||||
|
padding: 0 !important;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Mobile Sidebar als Drawer */
|
/* Mobile Sidebar als Drawer */
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications
|
Offline-Cache + Push Notifications
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v27';
|
const CACHE_VERSION = 'by-v28';
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
|
|
||||||
// Diese Dateien werden beim Install gecacht (App Shell)
|
// Diese Dateien werden beim Install gecacht (App Shell)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue