- /* Map Location Names Layer Control */
- .map-location-names-layer {
- z-index: -1; /* Place behind all other UI elements */
- pointer-events: none; /* CSS equivalent of PickingMode.Ignore */
- visibility: visible; /* Ensure container is visible */
- display: flex; /* Ensure container can contain children */
- overflow: visible; /* Allow children to be visible even if they extend beyond container */
- }
|