Facing overflow issues with React Slick
P粉827121558
P粉827121558 2023-09-17 10:16:57
0
1
291

I am using react slick to make a slider, the slider card contains a drop-down menu with many options. When the dropdown is open, half of the dropdown is cropped and the full dropdown cannot be viewed.

Codepen: https://codepen.io/gtm18/pen/YzRdaML (demo with jQuery)

$(document).ready(function(){
  $('.carousel').slick({
  slidesToShow: 3,
  dots:true,
  centerMode: true,
  });
});

P粉827121558
P粉827121558

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!