Fix scroll in the meeting widget (#9749)

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
This commit is contained in:
Anton Alexeyev
2025-09-01 20:26:32 +07:00
committed by GitHub
parent 856a2b65ec
commit d3a6cc6fde
@@ -83,7 +83,7 @@
<div>
<MeetingWidgetHeader doc={meetingMinutes} {room} on:close={handleClose} />
</div>
<div style="height: 100%;" bind:clientHeight={contentHeight}>
<div style="height: 100%; overflow: scroll" bind:clientHeight={contentHeight}>
{#if widgetState.tab === 'video'}
<VideoTab {room} doc={meetingMinutes} on:close={handleClose} />
{:else if widgetState.tab === 'chat'}