Trying to fix scrolling of the table.

This commit is contained in:
Scott Idem
2024-06-28 23:24:29 -04:00
parent acaff7634d
commit 9de9d31101
3 changed files with 12 additions and 6 deletions

View File

@@ -963,12 +963,15 @@ WARNING: The file upload and management is a work in progress. You can upload an
</form>
<div class="overflow-x-auto w-full max-w-96 sm:max-w-fit">
<Element_manage_event_file_li
link_to_type={'event_presenter'}
link_to_id={$lq__event_presenter_obj.event_presenter_id_random}
allow_basic={$events_loc.auth__kv.session[$events_slct.event_session_id] || $events_loc.auth__kv.presenter[$events_slct.event_presenter_id]}
allow_moderator={$events_loc.auth__kv.session[$events_slct.event_session_id]}
container_class_li={''}
/>
</div>
</section>