mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-01 04:38:50 +02:00
Fix scroll in the meeting widget (#9749)
Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user