Chromium Code Reviews| Index: lib/dartdoc/static/styles.css |
| diff --git a/lib/dartdoc/static/styles.css b/lib/dartdoc/static/styles.css |
| index 2fe05f330bfeb7a31ebe79b710412ff8a0c4f5fa..e7ca724218be72b1aaa24995495dbe3ffa326cdd 100644 |
| --- a/lib/dartdoc/static/styles.css |
| +++ b/lib/dartdoc/static/styles.css |
| @@ -52,7 +52,8 @@ pre, code { |
| margin: 22px 0; |
| padding: 0 4px; |
| border-radius: 4px; |
| - overflow: hidden; |
| + overflow-x:auto; |
| + overflow-y:hidden; |
| } |
| a { |