Problem:
The Leaflet map implemented in our Drupal site has a z-index that appears to be too high, causing it to overlay the Drupal administration menu. This results in an inconvenience where the menu becomes partially or fully obscured by the map, hindering access to essential administrative functions.
Steps to Reproduce:
Navigate to any page on the Drupal site where the Leaflet map is displayed.
Access the Drupal administration menu.
Observe how the map overlays the administration menu, potentially obstructing access to menu items.
Expected Behavior:
The Leaflet map should respect the z-index hierarchy and not obscure the Drupal administration menu. The menu should remain fully accessible and usable even when the map is present on the page.
Actual Behavior:
The Leaflet map is displayed above the Drupal administration menu, making it partially or entirely inaccessible, leading to difficulties in administering the site.
Proposed Solution:
Adjust the z-index of the Leaflet map or the Drupal administration menu to ensure proper layering. Consider testing different z-index values to find an appropriate balance where both the map and the menu are visible and accessible without overlapping.
Issue fork geomap_field-3444805
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
martygraphie commented