I did more digging and found this git issue:
https://github.com/godotengine/godot/issues/5172
It had the suggestion of adding:
func _clips_input():
return true
This works, but I placed that block on the wrong object. For some reason I put it on the object being clipped, not the control that designated the clip area.