mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-06 08:57:23 +00: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