Unclicable prototype depending on layers?
Hello, i'm facing a problem where i have many components with various states on one screen. In "preview mode" when i click on some element which changes state after tap (for example showing some box on the screen) i can still click on other elements, which are under this box. Those elements are other components, which can not be include in that compontent which leads to this box on the screen. Is it possible to make elements clickable in preview depending on layer or something?
On the screenshot below i present the components (marked by red arrow) which are clicable but shouldn't be, when main component is in this state. From technical reasons, i can not put those components into main compontent because main component should have fixed postion when scrolling and the other components should be easily scrolled. As far as i know, i can not change "fixed postion when scrolling" to each element of component, unfortunately.

