ngx-slick-carousel
ngx-slick-carousel copied to clipboard
navigation arrows showing up outside of "bounds"
I am having a heck of a time figuring out how to get the carousel elements AND the arrows inside the element I am using this component. Any ideas?
@bagintz 添加style="margin-right: 30px; margin-left: 30px"
在这里 <ngx-slick-carousel class="carousel" #slickModal='slick-carousel' [config]="slideConfig" style="margin-right: 30px; margin-left: 30px">
@bagintz How are you able to append the arrows to the slick? Did you do something in the config? I'm unable to get the arrows.