mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
The PopoverContent used overflow-hidden without a max-height constraint, which allowed Radix UI viewport collision avoidance to clip the bottom bar (containing the lock and settings buttons) when the popover was positioned near the bottom of the screen. Changes: - Add max-h based on --radix-popover-content-available-height CSS variable to PopoverContent so the flex layout can properly distribute space - Add max-h-inherit to the inner flex container so it respects the constraint - Add flex-shrink-0 to header, bottom bar to prevent them from shrinking - Change config list to use min-h-0 flex-1 so it shrinks instead of the bottom bar when viewport space is limited |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||