Skip to content

Commit 8b71aa1

Browse files
committed
Add scroll bar
This might fix some issues where the last line is cut off. Signed-off-by: David Thompson <davidethompson@me.com>
1 parent bf84091 commit 8b71aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/openshift-terminal/app/terminalInstance.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const TerminalInstance = (props: {
183183
}, [fitAddon]);
184184

185185
return (
186-
<Box marginY="8px" marginX="16px" width="100%" height="100%">
186+
<Box marginY="8px" marginX="16px" width="100%" height="100%" overflow='scroll'>
187187
<div
188188
{...{ name: 'terminal-instance' }}
189189
style={{ width: '100%', height: '100%', display: 'flex', flexFlow: 'column' }}

0 commit comments

Comments
 (0)