From 59942e68907cbcebd10021a1e80be9045823667d Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 13 Aug 2026 19:50:03 +0530 Subject: [PATCH] fix: inbox contact sidebar overflow (#15470) Keeps the inbox conversation and contact sidebar within the available viewport at desktop breakpoints. ## Preview https://github.com/user-attachments/assets/aba1e25e-8741-4544-8659-a6024ad1e887 ## How to reproduce 1. Open an inbox notification with the contact sidebar visible. 2. Resize the viewport around the 1536px breakpoint or expand the main navigation. 3. Confirm the inbox list, conversation, and contact sidebar remain visible. --- app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue | 2 +- app/javascript/dashboard/routes/dashboard/inbox/InboxView.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue b/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue index b6d52f3a3..352d3bf07 100644 --- a/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue +++ b/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue @@ -222,7 +222,7 @@ onMounted(() => {