Commit 0596680
Tajudeen
Fix Windows menubar click handling by ensuring titlebar containers are above drag region
- Add position: relative and z-index: 1 to .titlebar-left, .titlebar-center, and .titlebar-right
- This creates a proper stacking context so menubar (z-index: 2500) renders above drag region
- Fixes issue where drag region was intercepting clicks before they reached menubar buttons
- CSS-only change, no breaking changes expected1 parent fad2f42 commit 0596680
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
0 commit comments