Skip to content

Commit

Permalink
Merge pull request #5842 from nextcloud-libraries/fix/5806/boundaries
Browse files Browse the repository at this point in the history
fix(NcActions): assign NcContent as NcActions > NcPopover default boundaries
  • Loading branch information
susnux authored Jul 22, 2024
2 parents 7898316 + d0d220e commit 015fd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcActions/NcActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ export default {
*/
boundariesElement: {
type: Element,
default: () => document.querySelector('#app-content-vue') ?? document.querySelector('body'),
default: () => document.querySelector('#content-vue') ?? document.querySelector('body'),
},
/**
Expand Down

0 comments on commit 015fd10

Please sign in to comment.