Can not click on CuiButtonSolved

Hey as title says I see the button but can not click on it. Is here something wrong?

Thanks for every reply.

            container.Add(new CuiButton
            {

                Button =
                {
                    Command = $"global.test",
                    Color = "0.8 0.8 0.8 0.2"
                },
                RectTransform =
                {
                    AnchorMin = $"0.648 0.068",
                    AnchorMax = $"0.701 0.114"
                },
                Text =
                {
                    Text = "Test",
                    FontSize = 16,
                    Align = TextAnchor.MiddleCenter
                }

            }, StatsContainer);
You'll need to enable the mouse control.
Locked automatically