I’m having a really weird issue with sliders. I can click the button to actually add slides, but when I add a new slide, its outline shows as being completely out of the bounds of the slider itself. When I add a background color or image, it doesn’t show up. How can I add a new slide? I want to make more content!
I would not recommend using display: flex settings exactly on the slide.
It will be better to add a div inside the slide, give it class “Spalsh 1” (2,3,4… whatever you need) with flex settings and build all structure inside that div. In this way, flex settings will not affect slider functionality and you will not “lose” your slides anymore.