Possible to force pass_through on invoke_popup?

def execute(self, context):
        return {'PASS_THROUGH'}
   
def invoke(self, context, event):
    context.window.invoke_popup(self,height = 600)
    return {'PASS_THROUGH'}