akiran / akiran/react-slick

Moving dots to the top disable swiping?

Open
#1,829 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
11.9k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

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 (

...

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.