본문 바로가기
css

table overflow-x: auto 테이블 가로 스크롤 적용하기

by 바나냥 2020. 5. 6.
.overflow-x-auto {overflow-x: auto;}
.overflow-x-auto .table {width: auto!important; table-layout: fixed;white-space: nowrap}

댓글