We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260cf87 commit af16f04Copy full SHA for af16f04
src/client/ui/components/primitive/scrolling-frame.tsx
@@ -51,7 +51,7 @@ export default function ScrollingFrame({
51
<scrollingframe
52
{...Native}
53
AnchorPoint={Native?.AnchorPoint ?? new Vector2(0.5, 0.5)}
54
- BackgroundTransparency={0}
+ BackgroundTransparency={1}
55
BorderSizePixel={0}
56
CanvasSize={UDim2.fromOffset(
57
CanvasSize.X !== 0 ? CanvasSize.X + 5 : 0,
0 commit comments