fix(windkarte): Panel z-index über Leaflet-Controls (1001 > 1000)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
{/if}
|
||||
|
||||
<!-- Panel: bottom-sheet on mobile, side-panel on sm+ -->
|
||||
<div class="panel-slide {selectedArea ? 'open' : ''}" style="pointer-events: none; z-index: 500;">
|
||||
<div class="panel-slide {selectedArea ? 'open' : ''}" style="pointer-events: none; z-index: 1001;">
|
||||
<WindAreaPanel
|
||||
area={selectedArea}
|
||||
center={selectedCenter}
|
||||
|
||||
Reference in New Issue
Block a user