Looks like there’s an invisible element covering that spot and stealing the left-click input. That usually happens when a layout has an element (sometimes with zero opacity) that is still “interactable”. Try these steps:
- Open the layout in the editor and go to Window → Widgets → Layers. That panel lists every element, even if it’s invisible. Select each entry until you find one whose bounding box matches the blocked area.
- Once you’ve identified it, right‑click it and either disable its Interactable option or just delete it if it’s not needed. You can also reduce its opacity or move it out of the way.
- If you can’t spot it visually, check for elements with odd anchors/positions (the Positioning Elements guide explains anchor points and how to move things without losing their reference).
If you’re unsure which element it is, you can temporarily disable elements one by one from the Layers widget until the dead zone disappears. Afterward, make sure the offending element is hidden or non‑interactable before re‑enabling the layout.
Let me know if you’d like help identifying any specific elements from the layers list!