반응형
ios 스크롤 해결
*세로
overflow-y: auto; -webkit-overflow-scrolling: touch;
*가로
overflow-x: auto; -webkit-transform: translateZ(0);
https://bbol-world.tistory.com/24
ios 팝업시 overflow-x:scroll 안되는 문제
ios에서 레이어팝업 시 overflow-x:scroll 안되는 문제에 대해서 업무하면서 레이어팝업으로 창을 띄우고, 그 안에 table이 width가 길어서 overflow-x:scroll로 처리를 했는데, 레이어팝업으로 띄운 후 확인
bbol-world.tistory.com
반응형
'css trick & base' 카테고리의 다른 글
a태그 링크 없을때 <a href="# (0) | 2025.04.01 |
---|---|
부트스트랩 기본 폰트 사이즈 line-height (0) | 2025.03.24 |
max-width: auto 안됨 (0) | 2025.03.19 |
:where (0) | 2025.03.06 |
겹치는거 (0) | 2025.03.06 |