Avoid menu clipping with debugger welcome panel on resize (#41177)

Before:
<img width="1345" height="58" alt="before"
src="https://github.com/user-attachments/assets/cba79bba-6437-47fd-ad2b-b4ceaf03ef5d"
/>

After:
<img width="1756" height="90" alt="after"
src="https://github.com/user-attachments/assets/3442c7f6-a4dc-4c4c-92c5-2ca5ad9beb0d"
/>


Release Notes:

- N/A
This commit is contained in:
Abdelhakim Qbaich
2025-10-25 18:26:13 -04:00
committed by GitHub
parent 45983e11e9
commit 615d1d7ab4
+1
View File
@@ -1774,6 +1774,7 @@ impl Render for DebugPanel {
this.child(
v_flex()
.size_full()
.overflow_hidden()
.gap_1()
.items_center()
.justify_center()