akiran / akiran/react-slick

Moving dots to the top disable swiping?

Offen
#1,829 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
JavaScript
Sterne
11.9k
Forks
2.1k
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

I have this slider that works, both clicking the arrow and swiping.
But if I move the dots to the top instead of the bottom, I can't swipe anymore. It still works with the arrows.

This is how I'm importing the css

```


```
And this is how I'm moving the dots to the top.
```
const settings = {
dots: true,
infinite: true,
speed: 500,
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
};
return (

...

```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.