I have a stacked slider with responsive sizing turned on. When I switch to the “closed” state of the slider (mimicking accordion functionality), the elements on slide two (the “open” state) are still able to be interacted with in the editor.
The bug does not show on the front-end.
The Slider Container element does have overflow
set to visible
, and switching it to hidden
fixes the problem in the editor. However, as the problem is not present on the front-end, I would expect it to work in a similar way in the editor.