-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(NcActions): Use full window height #5806
Conversation
Calculate the space on the window based on the trigger location. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks a bunch! :)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/backport to next |
@@ -1130,7 +1131,7 @@ export default { | |||
*/ | |||
boundariesElement: { | |||
type: Element, | |||
default: () => document.querySelector('body'), | |||
default: () => document.querySelector('#app-content-vue') ?? document.querySelector('body'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☑️ Resolves
Calculate the space on the window based on the trigger location.
🖼️ Screenshots
🏁 Checklist
next
requested with a Vue 3 upgrade