mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 20:20:09 +00:00
The dropdown height defaulted to screenCap before the content was measured, and the ScrollView frame had no alignment, so an unmeasured panel rendered at nearly full screen height with the content centered in it (macOS then centered the oversized window). Default to a modest height until measured and pin the frame to .top, so the popover anchors under the menu bar and sizes to its content, scrolling only on genuine overflow.