diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-11-09 22:10:36 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-11-09 22:10:36 +0100 |
commit | 286897d5c913979ac45c8522530fe25b1a7e72be (patch) | |
tree | a73f520af21d79941c185cd91b74d2de5e983f13 /src | |
parent | bccfc65d4bed2b5004d94eae2b7c21b2415a461a (diff) |
Add codeblock overflow
Diffstat (limited to 'src')
-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; |