diff --git a/frontend/src/AppLayout.css b/frontend/src/AppLayout.css index 59b10dc..9a8d9c4 100644 --- a/frontend/src/AppLayout.css +++ b/frontend/src/AppLayout.css @@ -16,12 +16,12 @@ body { gap: 14px; padding: 14px; box-sizing: border-box; - overflow: hidden; + overflow: visible; } /* LEFT COLUMN */ .leftPane { - overflow: hidden; + overflow: visible; min-width: 0; display: grid;