Skip to content

Anchor the marker type menu to its button - #1829

Merged
Azgaar merged 1 commit into
Azgaar:masterfrom
barrulus:fix/marker-type-menu-toggle
Sep 10, 2026
Merged

Azgaar merged 1 commit into
Azgaar:masterfrom
barrulus:fix/marker-type-menu-toggle

Conversation

@barrulus

Copy link
Copy Markdown
Collaborator

Problem

In the Markers Overview, the "add marker" type button (❓) appears to do nothing. The menu does open, but it renders above the top of the screen.

The v1.152.0 stylesheet rewrite (#1821) dropped the #markerTypeSelectorWrapper { position: relative } rule. The menu is position: absolute; bottom: 100%, so without it the menu positions against the dialog rather than the button. Reproduced on e16db49, the commit before #1827, with the menu's bounding box at y = -212.

Fix

Restore the wrapper rule. Asset stamp bumped for index.css.

Verification

Headless Chromium: after a real click on the button the menu is visible with its box inside the dialog, directly above the button.

The v1.152.0 stylesheet rewrite dropped the wrapper's position: relative,
so the menu positioned against the dialog and opened above the screen.
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for afmg ready!

Name Link
🔨 Latest commit 676a27b
🔍 Latest deploy log https://app.netlify.com/projects/afmg/deploys/6aa281d8ced75f00081d093e
😎 Deploy Preview https://deploy-preview-1829--afmg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Azgaar
Azgaar self-requested a review September 10, 2026 10:12
@Azgaar

Azgaar commented Sep 10, 2026

Copy link
Copy Markdown
Owner

I didn't want to pollute global css space, but we will handle it separately in migration in any case, so good fix.

@Azgaar
Azgaar merged commit ab97a60 into Azgaar:master Sep 10, 2026
7 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in FMG dev board Sep 10, 2026
@barrulus
barrulus deleted the fix/marker-type-menu-toggle branch September 10, 2026 10:21
@github-actions github-actions Bot added the theme: ui-editors UI / UX & Editors label Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme: ui-editors UI / UX & Editors

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants