Menu bar icons disappear behind the notch and I cannot reach them
On this laptop the menu bar is interrupted by the camera housing in the middle. Items fill in from the right, and once they reach that point any further items are simply not shown — no overflow, no way to scroll, nothing.
I run several utilities that live in the menu bar and I have lost access to some of them entirely.
Is there a setting for this, or is the only answer to use fewer menu bar items?
@mac_dev_mina · 2w ago
Worth understanding why the behaviour is what it is, because it explains why there is no built-in overflow.
The menu bar was designed as a single continuous strip with application menus on the left and status items on the right. The housing splits it into two regions, and the system fills status items from the right edge inward until it runs out of room at the split. There was no overflow mechanism before because there was never a hard wall in the middle.
So this is a case where new hardware met an old interface assumption. It has improved across releases — item spacing and handling of the split have been adjusted more than once — but the fundamental constraint remains, which is why the utilities exist.
Reply
Report