Skip to content

Fix tooltips clashing with open menus - #3725

Open
ewanhowell5195 wants to merge 1 commit into
JannisX11:nextfrom
ewanhowell5195:fix-tooltips-under-menus
Open

Fix tooltips clashing with open menus#3725
ewanhowell5195 wants to merge 1 commit into
JannisX11:nextfrom
ewanhowell5195:fix-tooltips-under-menus

Conversation

@ewanhowell5195

Copy link
Copy Markdown
Contributor

Opening a menu from a toolbar button leaves that button's tooltip on screen, rendering behind the menu. Tooltips of other tools also render behind menus and config dialogs, so they get cut off instead of sitting on top.

Tooltips were on a lower z-index than menus and config dialogs, and nothing hid the tooltip of the tool a menu was opened from.

Tooltips now sit above both, and the tool a menu or config dialog is anchored to hides its own tooltip while it is open.

Toolbar menus were positioning themselves from hand written coordinates rather than passing their button, so they had no anchor to hide. They now pass the button like every other menu does.

Fixes #3468

@netlify

netlify Bot commented Aug 31, 2026

Copy link
Copy Markdown

Deploy Preview for blockbench-dev ready!

Name Link
🔨 Latest commit b2a58cc
🔍 Latest deploy log https://app.netlify.com/projects/blockbench-dev/deploys/6a95be3f6ea2ad0008cc3164
😎 Deploy Preview https://deploy-preview-3725--blockbench-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant