diff options
Diffstat (limited to 'static/stylesheets')
-rw-r--r-- | static/stylesheets/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index aae09e9..a4a8093 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -82,6 +82,9 @@ a { /* highlighted code */ .chroma { background: none; +} + +div.chroma { overflow: scroll; } |