summaryrefslogtreecommitdiff
path: root/share/style.css
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2023-01-28 17:09:13 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2023-01-28 17:09:13 +0000
commit0aecd26331741bb149bca9eefedad4a33a3f3ff1 (patch)
treec0253193dc58ec4471ffec88cf4e451f685a3a13 /share/style.css
parent1546a103695fff9843aeb699ca76af406dbdd1c2 (diff)
downloadblog-0aecd26331741bb149bca9eefedad4a33a3f3ff1.tar.gz
blog-0aecd26331741bb149bca9eefedad4a33a3f3ff1.tar.bz2
blog-0aecd26331741bb149bca9eefedad4a33a3f3ff1.zip
Add scrollbar for code block on overflow
Diffstat (limited to 'share/style.css')
-rw-r--r--share/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/style.css b/share/style.css
index cfab6d0..3d41f16 100644
--- a/share/style.css
+++ b/share/style.css
@@ -68,6 +68,7 @@ pre, code {
color: #222;
border-radius: 3px;
background-color: #f2f2f2;
+ overflow-x: auto;
}
blockquote {