Skip to content

fix: preferences sidebar unclickable when opened in focus mode - #3034

Merged
antsgar merged 1 commit into
standardnotes:mainfrom
jayeesha:fix/focus-mode-preferences-sidebar
Aug 25, 2026
Merged

fix: preferences sidebar unclickable when opened in focus mode#3034
antsgar merged 1 commit into
standardnotes:mainfrom
jayeesha:fix/focus-mode-preferences-sidebar

Conversation

@jayeesha

Copy link
Copy Markdown
Contributor

In focus mode at viewport widths ≥ 1200px, #editor-column padding grows to 20% and is marked -webkit-app-region: drag. macOS hit-tests drag regions above the web layer, so this padding band swallows mouse events for the preferences sidebar rendered beneath it — the menu items are plain divs, not button/input elements exempted globally in renderer.css.

Fixed by marking #editor-column as no-drag in focus mode. Window dragging is unaffected since the #editor-column:before pseudo-element already provides a dedicated drag area.

Tested with focus mode on/off across viewport widths (~900, ~1100, ~1300, ~1600px), confirming preferences sidebar works in all cases and window dragging still works via the top strip.

Fixes standardnotes/forum#4140

@antsgar

antsgar commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

@jayeesha thank you for your contribution! Merging this one in for the next release.

@antsgar
antsgar merged commit 025ca51 into standardnotes:main Aug 25, 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.

Preferences sidebar cannot be clicked when opening settings while in focus mode

2 participants