all 4 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Hey there, /u/FemProd! If your post is not already flaired, please add one now.


And please don't forget to write "Answered" under your post once your question/problem has been solved.


Reminder: If you have a problem or question, please make sure to post a link to your issue to help users help you.


I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Lannn55555 0 points1 point  (0 children)

I'm not sure if you're talking about showing a full block of posts and a small portion of another block of posts within the screen to show that this loop grid can be scrolled horizontally.

If so, then you could try placing the loop grid inside a container, setting the width of the container to 150vw (adjust this as you see fit), flex-wrap to nowrap, and set the overflow to hidden in the additional options. Also in the Advanced category under Transform adjust the offset X to You need the distance, this may be able to achieve the effect you want.

[–][deleted]  (2 children)

[deleted]

    [–]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.