Commit 02d8e6e
committed
fix: open hamburger dropdown to the right so it doesn't cover the CCB
The hamburger menu's dropdown was anchored with `right: 0; left: auto`,
which aligned its right edge with the toggle's right edge and made it
extend leftward. In the narrow-titlebar layout that shows the hamburger
the dropdown would spill over the central control bar, overlapping the
editor / design-mode buttons.
Flip to `left: 0; right: auto` so the dropdown's left edge aligns with
the toggle and opens into the empty titlebar area on the right.
Submenu arrows already point right (►), so submenu cascade direction is
unchanged.1 parent 6c7e60d commit 02d8e6e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments