Replies: 1 comment
-
Hi, What helped me was to set
Maybe, for the horizontal one, setting the |
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
-
Hi all,
I have a problem on my carousel, some of my elements are not clickable / focusable becaue the "swiper-wrapper" goes over it. It work on chrome because we can click "throught it" but not on safari, elements are not clickable.
I added a background on the swiper-wrapper to understand the problem.
Please see the screenshots below. While sliding, on some slides the "wrapper" goes over the slide thus the user cannot interact anymore with the elements in the slide.
Any idea how to fix that?
My script config:
import { createComponent } from '../utils/alpine'
import Swiper from 'swiper';
import { Navigation, EffectCoverflow } from 'swiper/modules';
import 'swiper/css';
import 'swiper/css/navigation';
import 'swiper/css/effect-coverflow';
Beta Was this translation helpful? Give feedback.
All reactions