diff --git a/src/app.css b/src/app.css index 3039aaf3..cf12ed79 100644 --- a/src/app.css +++ b/src/app.css @@ -549,6 +549,10 @@ html.trusted_access #appShell { display: none; } +.iframe .module_header, .iframe .module_footer{ + display: none; +} + /* Remove the background from the body in all cases */ /* body[data-theme] { */ /* background: none; */ diff --git a/src/lib/element_data_store_v2.svelte b/src/lib/element_data_store_v2.svelte index 843dc9a7..aa753d1b 100644 --- a/src/lib/element_data_store_v2.svelte +++ b/src/lib/element_data_store_v2.svelte @@ -521,7 +521,15 @@ async function handle_update__data_store( bind:open={show_edit} autoclose={false} 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" + placement="top-center" + 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 divide-y + w-full + max-w-6xl + " + >