Skip to content

Commit af16f04

Browse files
fix(ui): background transparency prop
1 parent 260cf87 commit af16f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/ui/components/primitive/scrolling-frame.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function ScrollingFrame({
5151
<scrollingframe
5252
{...Native}
5353
AnchorPoint={Native?.AnchorPoint ?? new Vector2(0.5, 0.5)}
54-
BackgroundTransparency={0}
54+
BackgroundTransparency={1}
5555
BorderSizePixel={0}
5656
CanvasSize={UDim2.fromOffset(
5757
CanvasSize.X !== 0 ? CanvasSize.X + 5 : 0,

0 commit comments

Comments
 (0)