From 6fcb69bd3c66cd668f2e3e78fdc579a1843ee5a1 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 15 Nov 2024 23:58:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(frontend)=20fix=20horizontal=20scr?= =?UTF-8?q?oll=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oooopsie while merging chat, I forgot to test horizontal scrolling. It ended up creating a scroll issue. Fixed! This fix might create a new issue for mobile users, I'll refactor their layout ASAP. --- .../features/rooms/livekit/prefabs/VideoConference.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/features/rooms/livekit/prefabs/VideoConference.tsx b/src/frontend/src/features/rooms/livekit/prefabs/VideoConference.tsx index ff81b297..25ec8745 100644 --- a/src/frontend/src/features/rooms/livekit/prefabs/VideoConference.tsx +++ b/src/frontend/src/features/rooms/livekit/prefabs/VideoConference.tsx @@ -149,7 +149,13 @@ export function VideoConference({ ...props }: VideoConferenceProps) { const { isSidePanelOpen } = useSidePanel() return ( -
+
{isWeb() && (