Hi everyone,
I’m dealing with the issue that is to create an unscrollable sidebar (fixed) for desktop. I achieved that using and floating group relative to the page and built and reusable element sidebar within.
However when I try to adjust this floating group for mobile responsiveness seems that floating groups doesn’t work well with being told what “make this element visible on page load” (unchecked) and condition make visible when width > 800 px (desktop).
It just seems to stop working. It means that I should try not a floating group. However when I use normal group it works on the responsivesness condition that I described earlier but it is not fixed, it is Scrollable.
So … what do I do?