diff --git a/src/routes/events/[event_id]/(launcher)/+layout.svelte b/src/routes/events/[event_id]/(launcher)/+layout.svelte index 71119f54..e7432e0b 100644 --- a/src/routes/events/[event_id]/(launcher)/+layout.svelte +++ b/src/routes/events/[event_id]/(launcher)/+layout.svelte @@ -733,6 +733,7 @@ export let close_event_file_as_modal = function close_event_file_as_modal({}) { size="xl" class="bg-white dark:bg-gray-800 text-gray-800 dark:text-gray-200 rounded-lg border-gray-200 dark:border-gray-700 divide-gray-200 dark:divide-gray-700 shadow-md relative flex flex-col mx-auto w-full divide-y" classHeader="px-1 py-0 md:px-1 md:py-0" + bodyClass='p-0 flex-1 overflow-y-auto overscroll-contain' classBody="flex flex-col items-center p-0 md:px-0 py-0" on:close={async () => { if ($events_loc.launcher.controller == 'local_push' && $events_sess.launcher.ws_connect_status == 'connected') { diff --git a/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte b/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte index d30faf1c..658dbcfe 100644 --- a/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte +++ b/src/routes/events/[event_id]/(launcher)/launcher_file_cont.svelte @@ -237,7 +237,11 @@ async function handle_open_file() { -
+ + No files to show for this presenter at this time. + +
+{/if} + +{#if $lq__event_file_obj_li && $lq__event_file_obj_li.length } +