redundant4u/SeolMyeongTang

자기소개 터미널 height에 따른 row 값 결정하기

Closed this issue · 0 comments

Problem

  • react-device-detect 모듈을 통해 모바일이면 row 값을 40 모바일이 아니면 60으로 설정한 상태
  • 13인치 맥북이라면 height에 비해 row 값이 커서 스크롤에 불편사항이 존재 가능성 있음

Solution

  • react-device-detect 모듈에 따라 row 값을 정하지 말고 접속 기기의 height에 따라 row 값을 설정하면 좋을 거 같음