arrow not showing react slick

Solutions on MaxInterview for arrow not showing react slick by the best coders in the world

showing results for - "arrow not showing react slick"
Sheldon
13 Jan 2018
1.slick-prev {
2  left: 3% !important;
3  z-index: 1;
4}
5.slick-next {
6  right: 3% !important;
7  z-index: 1;
8}
9