Replies: 1 comment
-
Have created an issue for this and that issue have been fixed, so I guess this discussion can be closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I load your example here
https://swiperjs.com/demos/020-navigation/core
The navigation elements are loaded after the the wrapper element
But loading it via React
https://codesandbox.io/s/v8xmc3?file=/src/App.jsx:367-408
the elements are loaded reversed
In the first example that actually means that the z-index can be unset and the arrows will still be shown on top of the images and not interfere with other elements.
Is there an option to move them below in react implementation, so I can style my way out of getting rid of z-indexes, or can they be moved in the implementation in general, it will not affect any current implementations as I see it, well with the exception if people have changed their setup to account for this in some way.
I am suggesting this, because on my site it will interferer with other elements on the page when setting z-index.
Beta Was this translation helpful? Give feedback.
All reactions