diff --git a/src/components/NcActions/NcActions.vue b/src/components/NcActions/NcActions.vue index 5703b8aeab..a52039dc4d 100644 --- a/src/components/NcActions/NcActions.vue +++ b/src/components/NcActions/NcActions.vue @@ -1804,6 +1804,7 @@ export default { role: this.config.popupRole, // Dialog must have a label 'aria-labelledby': this.actionsMenuSemanticType === 'dialog' ? triggerRandomId : undefined, + 'aria-modal': this.actionsMenuSemanticType === 'dialog' ? 'true' : undefined, }, }, [ actions, diff --git a/src/components/NcColorPicker/NcColorPicker.vue b/src/components/NcColorPicker/NcColorPicker.vue index e773403870..791fbc5f33 100644 --- a/src/components/NcColorPicker/NcColorPicker.vue +++ b/src/components/NcColorPicker/NcColorPicker.vue @@ -170,6 +170,7 @@ export default {