Can we add horizontal scrolling to post modules? I’d love to have the connect cards scroll horizontally and snap into position like the app store. I could see that same effect being very useful on other post types as well. (We might need to work this into our own custom modules at some point)
Here’s a good article on scroll-snapping with CSS only: https://blog.logrocket.com/how-to-use-css-scroll-snap/
I couldn’t get it to work just right yet. I tried applying the .container styles to .fl-post-grid and the .child values to .fl-post-grid-post but that didn’t work.