You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some thorough head scratching I've tracked down that introducing in my app makes it takes focus in a carousel slider. I've got a Mux video on slide 2 and whenever is there it will jump to that slide. Disabling the carousel feature and simply having a horizontal scroll produces the same result. Removing or setting display: none on it, fixes it.
Any idea what might cause this behaviour?
The text was updated successfully, but these errors were encountered:
After some thorough head scratching I've tracked down that introducing in my app makes it takes focus in a carousel slider. I've got a Mux video on slide 2 and whenever is there it will jump to that slide. Disabling the carousel feature and simply having a horizontal scroll produces the same result. Removing or setting
display: none
on it, fixes it.Any idea what might cause this behaviour?
The text was updated successfully, but these errors were encountered: