akiran / akiran/react-slick

Moving dots to the top disable swiping?

Aberta
#1,829 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
JavaScript
Estrelas
11.9k
Forks
2.1k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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 (

...

```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.