Tutorial Karte: Z-Index-Fix, Chat-Button verstecken, Tile-Rendering
- Fullscreen-Overlay z-index auf 9998 (ueber Chat-Button 9999 -> Chat wird mit display:none versteckt waehrend Karten-Step) - Map-Container bekommt explizite flex:1 + min-height:400px damit Leaflet die Container-Groesse korrekt erkennt - Mehrere invalidateSize-Aufrufe (100/300/600ms) vor dem Zoom - flyTo erst nach 1200ms (Tiles muessen erst laden bei Zoom 5) - Bubble target auf .map-fullscreen-header statt ganzen Overlay - fsContainer Styles werden beim Schliessen zurueckgesetzt Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -764,7 +764,7 @@
|
||||
<script src="/static/js/api_network.js?v=20260316a"></script>
|
||||
<script src="/static/js/network-graph.js?v=20260316a"></script>
|
||||
<script src="/static/js/app_network.js?v=20260316a"></script>
|
||||
<script src="/static/js/tutorial.js?v=20260316o"></script>
|
||||
<script src="/static/js/tutorial.js?v=20260316p"></script>
|
||||
<script src="/static/js/chat.js?v=20260316f"></script>
|
||||
<script>document.addEventListener("DOMContentLoaded",function(){Chat.init();Tutorial.init()});</script>
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren