7b48b26c26
Remove overflow-hidden from timeline page wrapper — it was clipping the ProjectCombobox and ResourceCombobox dropdown menus. The max-h-[100dvh] constraint combined with min-h-0 on flex children is sufficient to keep the scroll container within viewport bounds. Co-Authored-By: claude-flow <ruv@ruv.net>