diff options
author | Mole Shang <[email protected]> | 2025-03-31 09:57:18 +0100 |
---|---|---|
committer | Mole Shang <[email protected]> | 2025-03-31 09:57:18 +0100 |
commit | 3969670fbe49b4f6de2ce62c189aa71aa578c278 (patch) | |
tree | b29b32812982430cc08f4ba97fd1c07e474f26cf /sass | |
parent | 52c7f4ddb5b1355b98166d8b630e662c172c3e25 (diff) | |
download | Seje2-3969670fbe49b4f6de2ce62c189aa71aa578c278.tar.gz Seje2-3969670fbe49b4f6de2ce62c189aa71aa578c278.tar.bz2 Seje2-3969670fbe49b4f6de2ce62c189aa71aa578c278.zip |
sass/_partial/_post: let overflow scrollmain
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_partial/_post.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/_partial/_post.scss b/sass/_partial/_post.scss index b96aad5..ed556af 100644 --- a/sass/_partial/_post.scss +++ b/sass/_partial/_post.scss @@ -34,6 +34,7 @@ code, pre { font-size: 16px; font-family: 'Fantasque Sans Mono', 'PT Mono', 'Source Code Pro', monospace; + overflow: scroll; } .highlight { position: relative; |