StackOverflow 文件 CSS 教程 溢位 溢位可見 溢位可見 Created: November-22, 2018 HTML placeholderCopy<div> Even if this div is too small to display its contents, the content is not clipped. </div>CSS placeholderCopydiv { width:50px; height:50px; overflow:visible; }結果 內容未被剪裁,如果超出其容器大小,將在內容框外呈現。 使用溢位建立的塊格式化上下文溢位滾動