Hover effect not working on whole arrow
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 11.9k
- Fork
- 2.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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}
);
```

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.