mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Fix scrolling in textarea when adding context
This commit is contained in:
@@ -117,7 +117,6 @@ const ContextMenu: React.FC<ContextMenuProps> = ({
|
||||
flexDirection: "column",
|
||||
maxHeight: "200px",
|
||||
overflowY: "auto",
|
||||
overflow: "hidden",
|
||||
}}>
|
||||
{/* Can't use virtuoso since it requires fixed height and menu height is dynamic based on # of items */}
|
||||
{filteredOptions.map((option, index) => (
|
||||
|
||||
Reference in New Issue
Block a user