티스토리 뷰
fieldset 내에서는 overflow-x: auto가 먹히지 않음
fieldset이 부모의 width가 아니라 콘텐츠 요소의 width값을 갖게 되기 때문
해결하려면 fieldset의 width를 잡아주는 과정이 필요함
fieldset{width: auto;min-width: 0;max-width: none;}
*참고
[html] <fieldset>의 크기가 잘못되었습니다. `min-width : min-content`를 제거 할 수없는 것으로 보입니다 -
문제 나는이 <select>그 중 한 곳 <option>의 텍스트 값이 매우 깁니다. <select>표시된 텍스트를 잘라 내야하더라도 크기를 조정하여 부모보다 넓지 않게 하고 싶습니다 . max-width: 100%그렇게해야합니다
daplus.net
https://stackoverflow.com/questions/26178657/tables-overflow-x-inside-fieldset
Table's overflow-x inside fieldset
Here is two samples: <div class="content-wrapper"> <div class="gridwrapper"> <table> <thead> <tr> <th&g...
stackoverflow.com
'WebPublisher' 카테고리의 다른 글
비교하는 느낌의 페이지 레퍼런스 (0) | 2023.09.11 |
---|---|
awards 시상식 느낌 랜딩 페이지 레퍼런스 서칭 (0) | 2023.09.07 |
[tip] 영문 구글맵 삽입하기 (0) | 2022.05.20 |
[jQuery] 특정 텍스트 포함된 요소 찾기 (0) | 2022.05.19 |
[jQuery] radio value값 따라 jquery 적용 (0) | 2022.05.18 |
공지사항