akiran / akiran/react-slick

Moving dots to the top disable swiping?

Ouverte
#1,829 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
11.9k
Forks
2.1k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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 (

...

```

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.