diff --git a/docs/references/elements/ScrollFrame.md b/docs/references/elements/ScrollFrame.md index 7ed65fb..f1de702 100644 --- a/docs/references/elements/ScrollFrame.md +++ b/docs/references/elements/ScrollFrame.md @@ -88,8 +88,9 @@ basalt.run() |---|---|---|---| |showScrollBar|boolean|true|Whether to show scrollbars| |scrollBarSymbol|string|"_"|The symbol used for the scrollbar handle| -|scrollBarBackground|string|"\127"|The symbol used for the scrollbar background| +|scrollBarBackgroundSymbol|string|"\127"|The symbol used for the scrollbar background| |scrollBarColor|color|lightGray|Color of the scrollbar handle| |scrollBarBackgroundColor|color|gray|Background color of the scrollbar| +|scrollBarBackgroundColor2|secondary|color|black Background color of the scrollbar| |contentWidth|number|0|The total width of the content (calculated from children)| |contentHeight|number|0|The total height of the content (calculated from children)|