📜  如果没有溢出,则隐藏 css 中的滚动条 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:38.437000             🧑  作者: Mango

代码示例2
.myClass {
  /*auto will remove and add the scroll bar as needed*/
  overflow: auto;
}