mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 02:54:31 -07:00
fix(cli): resolve scroll-jacking and enable click-to-focus for shell toolboxes
This commit is contained in:
@@ -209,7 +209,7 @@ export const Scrollable: React.FC<ScrollableProps> = ({
|
||||
width={width ?? maxWidth}
|
||||
height={height}
|
||||
flexDirection="column"
|
||||
overflowY="scroll"
|
||||
overflowY={hasFocus ? 'scroll' : 'hidden'}
|
||||
overflowX="hidden"
|
||||
scrollTop={scrollTop}
|
||||
flexGrow={flexGrow}
|
||||
|
||||
Reference in New Issue
Block a user