Skip to content

fix(desktop): restore min-width floor on Windows to fix titlebar/bottom overlap (v1.6 regression)#4067

Open
MaitreyeeDeshmukh wants to merge 1 commit into
esengine:main-v2from
MaitreyeeDeshmukh:fix/desktop-windows-titlebar-overlap
Open

fix(desktop): restore min-width floor on Windows to fix titlebar/bottom overlap (v1.6 regression)#4067
MaitreyeeDeshmukh wants to merge 1 commit into
esengine:main-v2from
MaitreyeeDeshmukh:fix/desktop-windows-titlebar-overlap

Conversation

@MaitreyeeDeshmukh

Copy link
Copy Markdown

Fixes #4065

Root cause: v1.6 removed the min-width floor on .layout--workspace-open variants and changed .app overflow-x to hidden. On Windows 11 25H2 this allows the layout to collapse over OS chrome, covering the titlebar and bottom bar.

Changes:

  • Restored min-width floor on layout variants
  • Reverted overflow-x to auto

Tested: Windows 11 25H2 as reported by muyaCode.

@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: 窗口顶部操作栏和底部被覆盖

1 participant