fix: allow popup overflow for floor dropdown visibility
Set overflow: visible on MapLibre popup to prevent clipping of floor select dropdown when it expands. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -714,6 +714,11 @@ body {
|
||||
border-radius: var(--border-radius) !important;
|
||||
padding: 0.75rem !important;
|
||||
box-shadow: 0 4px 20px rgba(0, 255, 136, 0.2) !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.maplibregl-popup {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
|
||||
|
||||
Reference in New Issue
Block a user