From d3a6cc6fde7dfcb8488a4000c8f4f482c5cc2bf0 Mon Sep 17 00:00:00 2001 From: Anton Alexeyev Date: Mon, 1 Sep 2025 20:26:32 +0700 Subject: [PATCH] Fix scroll in the meeting widget (#9749) Signed-off-by: Anton Alexeyev --- .../src/components/meeting/widget/MeetingWidget.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/love-resources/src/components/meeting/widget/MeetingWidget.svelte b/plugins/love-resources/src/components/meeting/widget/MeetingWidget.svelte index 1582a5ee5c..95a6157b92 100644 --- a/plugins/love-resources/src/components/meeting/widget/MeetingWidget.svelte +++ b/plugins/love-resources/src/components/meeting/widget/MeetingWidget.svelte @@ -83,7 +83,7 @@
-
+
{#if widgetState.tab === 'video'} {:else if widgetState.tab === 'chat'}