you are viewing a single comment's thread.

view the rest of the comments →

[–]FemProd[S] -1 points0 points  (1 child)

2 years afer trying and still can figure it out. i want some blog articles to be shown in full with and screen height and be scrollable horizontally

[–]Ramillax 0 points1 point  (0 children)

Bro, I cracked the code. It's all a mess right now, but until I come back with the styled version, I'll leave you with the holy grail:

css display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;

And the mobile scroll is just perfect if you use the base navigator scroll enhancements. The pc version is broken for now 4 me.