WebPublisher/CSS

[css] table caption (iOS에서 레이아웃 깨짐 문제)

amanda 2022. 8. 9. 15:51

table 마크업이 된 경우 caption에 내용이 있을 때 iOS에서 레이아웃이 깨져보이는 경우가 있음

 

이때 hide 클래스를 활용해 caption이 보이지 않도록 처리

 

caption.hide{position: unset;font-size: 0;text-indent: -9999px;}