From 7f0b9e6ac2ae46a152b2e364d4c1314bd02a3d21 Mon Sep 17 00:00:00 2001 From: Hiep Le <69354317+hieptl@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:47:35 +0700 Subject: [PATCH] fix(frontend): resolve layout and interaction issues with the conversation UI on touch devices (#11299) --- .../conversation/conversation-main/mobile-layout.tsx | 12 ++++++------ frontend/src/routes/root-layout.tsx | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx b/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx index 809d3bc280..c71bac88e7 100644 --- a/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx +++ b/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx @@ -8,12 +8,12 @@ interface MobileLayoutProps { export function MobileLayout({ isRightPanelShown }: MobileLayoutProps) { return ( -