본문 바로가기

카테고리 없음

Backoffice 테이블리스트 overflow처리하기

<div>
	<sider style='width : 257px'></sider>
    <div style='maxWidth : calc(100vw - 257px)'>
    	<div>
        	<div class='table-container' style='min-width : '1000px;overfloxX : scroll'>
            	<table style='width : 150vw; table-layout : auto'></table>
            </div>
        </div>
    </div>
</div>

 

asd