Admin Panel Not Clickable...

ALLCON,

IMHO it's annoying that the panel is UNDER other menus and in some cases 'unclickable'.

To fix this all you need to do is change the layer of the container on line 600...

                var GUIPanel = GUIElement.Add(new CuiPanel
                {
                    Image =
                    {
                        Color = "0 0 0 0.1"
                    },
                    RectTransform =
                    {
                        AnchorMin = config.PanelPosMin,
                        AnchorMax = config.PanelPosMax
                    },
                    CursorEnabled = false
                }, "Overlay", Name);  <------------- Change from HUD to Overlay

you can press enter and click the ui as well
but yeah just edit it to your liking is fine