css.mdpp 135 B

123456789101112
  1. <style>
  2. pre{
  3. overflow-y: auto;
  4. max-height: 300px;
  5. }
  6. div.log + table{
  7. overflow-y: auto;
  8. max-height: 300px;
  9. }
  10. </style>