logo
  • 教程列表
  • SO官方文档
  • 溢出
    • 溢出包装
    • 溢出滚动
    • 溢出可见
    • 使用溢出创建的块格式化上下文
    • overflow-x 和 overflow-y
  1. StackOverflow 文档
  2. CSS 教程
  3. 溢出
  4. 溢出可见

溢出可见

Created: November-22, 2018

HTML

<div>
     Even if this div is too small to display its contents, the content is not clipped.
</div>

CSS

div {
     width:50px;
     height:50px;
     overflow:visible;
}

结果

StackOverflow 文档

内容未被剪裁,如果超出其容器大小,将在内容框外呈现。

  • 使用溢出创建的块格式化上下文
  • 溢出滚动

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明