JSFiddle - React, Tailwind, and code Playground
by kodjoe mambi
JavaScript
//Show arrows for all sliders
$('div[id^="n2-ss-"]').children('img').css({
width: '30px',
height: '30px',
overflow: 'inherit'
});
by kodjoe mambi
//Show arrows for all sliders
$('div[id^="n2-ss-"]').children('img').css({
width: '30px',
height: '30px',
overflow: 'inherit'
});