Hover effect not working on whole arrow
未关闭
- 主要语言
- JavaScript
- 星标
- 11.9k
- 派生
- 2.1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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}
);
```

贡献指南
评估
这个 Issue 还没有评估数据。