pre
 {
  /* pre領域の最大高さ */
  max-height: 30em; 
  /* 領域をはみ出た場合の処理。autoで通常はスクロールバーが出現 */
  overflow: auto;
}