팝업에서 벗어난 부분에서 슬라이드가 나타나는 것보다는 슬라이더 넘어갈 때
width 안에서만 보이도록 수정 해달라고 하셔서 .web-popup의 width를 100% → 500px로 변경했다.
.web-popup {
width: 500px;
left: 60%;
position: fixed;
z-index: 10001;
/* display:none; */
top: 18%;
-webkit-animation-name: webAnimatebottom;
-webkit-animation-duration: 1s;
animation-name: webAnimatebottom;
animation-duration: 1s;
}
'더 알아보기 > 기능' 카테고리의 다른 글
[React] Caps Lock 키 활성화 유무 체크하기 (0) | 2022.03.08 |
---|---|
[React] 화면 사이즈 구하기 - resize 이벤트 (0) | 2022.03.04 |
Swiper - 양 옆에 이동 버튼 만들기 (0) | 2022.03.02 |
Swiper - 기본 설정 (0) | 2022.03.02 |
[React] JSX에서 Switch문 사용하는 방법 (0) | 2022.02.22 |
댓글