disable scrollbar temporarily because of text wrap issues
parent
afb831c93c
commit
b708d0ecec
|
|
@ -684,6 +684,7 @@ export function Session() {
|
|||
ref={(r) => (scroll = r)}
|
||||
scrollbarOptions={{
|
||||
paddingLeft: 2,
|
||||
visible: false,
|
||||
trackOptions: {
|
||||
backgroundColor: theme.backgroundElement,
|
||||
foregroundColor: theme.border,
|
||||
|
|
|
|||
Loading…
Reference in New Issue