The current horizontal scroll example from the pin section in the documentation (stackblitz link) has a problem when it comes to horizontal overflows.
Said problem can be seen in the following image where one can scroll horizontally and the animation is a vertical scrolling one:
The css class pin-style has overscroll-behavior: none but maybe this isn't properly applied.