Hey, thanks for answering, you are right. I ended up putting this clamp in the SpringPanel's update:
after.y = Mathf.Clamp(after.y, mDrag.panel.baseClipRegion.w * 0.5f - mDrag.panel.clipSoftness.y * 0.5f, Mathf.Infinity);
I dont think its universal though, because it doesnt work on some of the other scrollviews I have, that are using contentOrigin - top. I hope I`ll be able to tune them too.