css: overflow



pre {
  overflow: auto;
}

有时候我们的内容超过了框,如果想让框自动添加滚动条,就设置overflow为auto

w3schools doc