Skip to main content

Hello,

My question is simple, “how do you work with clip-content?”.
For example, i have one element, scrollable verticaly, and inside another scrollable vertically element too.
This works fine, but every time i want to see what i’m doing i need to disable each clip-content.

This seems to not have some shortcut for disable/enabled, and not other way to achieve a scroll without using scroll-content.

The only things i found is this topic, but i don’t know if fred_tinsel talk about when he prototype with some scroll.

Thanks! 😁

Personally, I create one-off components for these occasions. Then place an instance of that in the page design and apply clipping to that instance.


This seems a smart idea, i will try it, thanks!