mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 03:34:22 +01:00
disable scrollbar temporarily because of text wrap issues
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user