From e4010536674f5337dea4a59648620ca03afa103f Mon Sep 17 00:00:00 2001 From: esdrasrenan Date: Sat, 13 Dec 2025 23:26:40 -0300 Subject: [PATCH] fix: remove overflow-hidden que bloqueava scroll do combobox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O overflow-hidden no PopoverContent impedia o scroll da ScrollArea filha. Removendo, o scroll funciona corretamente. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/ui/searchable-combobox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/searchable-combobox.tsx b/src/components/ui/searchable-combobox.tsx index 32f08c3..349a18d 100644 --- a/src/components/ui/searchable-combobox.tsx +++ b/src/components/ui/searchable-combobox.tsx @@ -126,7 +126,7 @@ export function SearchableCombobox({