mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
c808bed712
* Render filter options as drawer popover on mobile Filter options on the search page (and other FilterOptions consumers) previously rendered as a Radix dropdown on all viewports. On mobile this now renders as a bottom-sheet Drawer, matching the popover style already used by context menus. https://claude.ai/code/session_01MSjTD67PWfGbwgNA5FFoSH * Fix filter drawer search input overlapping first option on mobile The Input wrapper uses flex: 0 (a 0% basis), which collapsed the search input inside the drawer's flex column so its content painted over the first list item. Use flex: none to retain the input's natural height. --------- Co-authored-by: Claude <noreply@anthropic.com>