345350c80b
Two root causes fixed: - dashboard.css: remove `overflow: visible` from the "Admin Dashboard Layout" block that overrode the earlier `overflow: clip`, letting child content escape the dashboard container and cause layout overflow - layout.css: replace `overflow-x: clip` with `overflow-x: hidden` on .app-content so layout overflow is properly contained at the scroll container level (clip only clips painting, not layout) Co-authored-by: Ulas Kalayci <ulas.kalayci@googlemail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>