Skip to content

fix: restrict hover trigger to 4px strip and fix bookmark overflow#2084

Open
shrigiri81 wants to merge 2 commits into
zen-browser:mainfrom
shrigiri81:main
Open

fix: restrict hover trigger to 4px strip and fix bookmark overflow#2084
shrigiri81 wants to merge 2 commits into
zen-browser:mainfrom
shrigiri81:main

Conversation

@shrigiri81

Copy link
Copy Markdown

Fixes #2041

Fixes two issues with the bookmarks toolbar:

  • The hover area covered the entire 70px navbar, making it trigger too easily. It's now limited to a 4px strip by giving the toolbar an explicit height and using margin-bottom: -4px so it doesn't affect page layout. When expanded, the toolbar switches to position: absolute so it overlays the page instead of causing a reflow.

  • The bookmarks toolbar wasn't showing the > chevron when there were too many bookmarks because the items could overflow. Fixed by setting the toolbar to width: 100% and adding overflow: hidden to #PlacesToolbarItems.

@shrigiri81 shrigiri81 changed the title fix: restrict hover trigger to 4px strip and fix bookmark overflow (#2041) fix: restrict hover trigger to 4px strip and fix bookmark overflow Jul 1, 2026
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.

Issues with interacting with NOT interacting with bookmark bar.

1 participant