Hover effect not working on whole arrow
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 11.9k
- Forks
- 2.1k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Hello All,
I have noticed that when i am hovering on next arrow, hover effect is not effective over complete arrow element. Is there a fix for this ?
```js
const settings = {
arrows: true,
dots: true,
infinite: false,
centerMode: true,
speed: 1000,
autoplay: false,
slidesToShow: 1,
slidesToScroll: 1,
centerPadding: "60px",
centerMode: true
};
```
```js
return (
{cardDetails}
);
```

Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.