diff options
-rw-r--r-- | src/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 6a5d13a..eb2fde2 100644 --- a/src/style.css +++ b/src/style.css @@ -49,6 +49,10 @@ ul.links { width: 80%; } +pre { + overflow: scroll; +} + /* note stuff */ .note { position: relative; |