diff --git a/src/App.vue b/src/App.vue index 7a5b1de..67b2f2d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,6 +6,7 @@ size="normal" :has-next="false" :has-previous="false" + :close-on-click-outside="false" label-id="nmc-migration-notice-title" @close="close">
@@ -93,6 +94,10 @@ export default { top: 1.5rem !important; right: 1rem !important; } + +#nmc_migration_notice .modal-container { + padding: 0 !important; +}