disable scrollbar temporarily because of text wrap issues
This commit is contained in:
parent
afb831c93c
commit
b708d0ecec
1 changed files with 1 additions and 0 deletions
|
|
@ -684,6 +684,7 @@ export function Session() {
|
||||||
ref={(r) => (scroll = r)}
|
ref={(r) => (scroll = r)}
|
||||||
scrollbarOptions={{
|
scrollbarOptions={{
|
||||||
paddingLeft: 2,
|
paddingLeft: 2,
|
||||||
|
visible: false,
|
||||||
trackOptions: {
|
trackOptions: {
|
||||||
backgroundColor: theme.backgroundElement,
|
backgroundColor: theme.backgroundElement,
|
||||||
foregroundColor: theme.border,
|
foregroundColor: theme.border,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue