From 6e4f5cd30bf82f314749deb2b054a6d0147d5e25 Mon Sep 17 00:00:00 2001 From: NoryiE Date: Tue, 4 Nov 2025 08:44:01 +0000 Subject: [PATCH] deploy: 5dd2c77dbca7ef74f6957e892af157127d231780 --- docs/references/elements/ScrollFrame.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)|