react 슬라이드 에러

react 슬라이드 에러

QA

react 슬라이드 에러

답변 1

본문

넷플릭스 클론 코딩중인데 슬라이드가 나타날때 밑에서 나타나는 오류가 생깁니다 ..ㅜㅜ 해결 하기가 상당히 힘드네요ㅜ

 

https://github.com/beom-jun-kim/beeflix

 

깃헙 주소입니다

 

슬라이더는 commonSlider.tsx에 있습니다

이 질문에 댓글 쓰기 :

답변 1


// height: 250px;
// = Box's height + SliderBtn's height + SliderConent's padding-bottom
// =          200 +                 35 +                            15
const Slider = styled.div`
  height: 250px;
 
  position: relative;
  margin-bottom: 80px;
`;
 
const Row = styled(motion.div)`
  position: absolute;
  width: 100%;
 
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
`;
답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 129,103
© SIRSOFT
현재 페이지 제일 처음으로