How to add a scroll bar to a series of nested cards?

In your code only the 1st & 3rd card have “position: sidebar” set, not that huge vertical-stack.
So, it is unclear what “stacked” cards you wish to scroll.

This is a wrong card-mod code, should be like

      - type: custom:mod-card
        card_mod:
          style:
            xxx {
              ...
            }
        card:

If you choose a “scrollable sidebar” way - suggest to ask in card-mod-theme thread. Solution was posted here.