diff --git a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts index bf00a69a0..6b93574d0 100644 --- a/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts +++ b/src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts @@ -332,7 +332,7 @@ export class DocumentSetUpMeetingPage implements OnInit { async getDoc() { const modal = await this.modalController.create({ component: SearchPage, - cssClass: 'modal modal-desktop modal-width-100-width-background', + cssClass: 'modal modal-desktop modal-width-100-width-background modal-background', componentProps: { type: 'AccoesPresidenciais & ArquivoDespachoElect', showSearchInput: true, diff --git a/src/app/shared/agenda/edit-event/edit-event.page.ts b/src/app/shared/agenda/edit-event/edit-event.page.ts index 6b3fbd484..7cb81caaf 100644 --- a/src/app/shared/agenda/edit-event/edit-event.page.ts +++ b/src/app/shared/agenda/edit-event/edit-event.page.ts @@ -427,6 +427,8 @@ export class EditEventPage implements OnInit { async getDoc() { + + alert('open') const modal = await this.modalController.create({ component: SearchPage, cssClass: 'modal-width-100-width-background modal', diff --git a/src/global.scss b/src/global.scss index 5469ff27b..d9a78637f 100644 --- a/src/global.scss +++ b/src/global.scss @@ -1090,3 +1090,8 @@ ngx-mat-datetime-content{ } } } + + +.modal-background { + background: #0000006b; +} \ No newline at end of file