diff --git a/app/assets/javascripts/discourse/app/components/post-text-selection.gjs b/app/assets/javascripts/discourse/app/components/post-text-selection.gjs index d1844773363..5bfb62e8a83 100644 --- a/app/assets/javascripts/discourse/app/components/post-text-selection.gjs +++ b/app/assets/javascripts/discourse/app/components/post-text-selection.gjs @@ -194,6 +194,7 @@ export default class PostTextSelection extends Component { : ["bottom-start"], offset: this.shouldRenderUnder ? 25 : 3, trapTab: false, + closeOnScroll: false, data: { canEditPost: this.canEditPost, canCopyQuote: this.canCopyQuote,