diff --git a/src/components/AssistantTextProcessingModal.vue b/src/components/AssistantTextProcessingModal.vue index 00106463..6c136957 100644 --- a/src/components/AssistantTextProcessingModal.vue +++ b/src/components/AssistantTextProcessingModal.vue @@ -228,4 +228,13 @@ export default { height: 100%; } } + +// TODO: upstream the following by adding a `HideHeader` prop to the NcModal component +:deep(.modal-header) { + display: none !important; +} +:deep(.modal-container) { + top: 0 !important; + height: 100% !important; +}