summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-08-09 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-08-09 00:00:00 +0000
commit8c4cf4bc4d52584193357696bf124766fb0b1419c3e11b9ec6942c346ffd0bb3 (patch)
tree296bea8837243479c7b69c453c103d8440858d253c609b5186c9dd8d22618250 /static/css/style.css
parent30f4800809d560931590325e7f0416bfb9c03411912ac72bb00ec375d64b79a2 (diff)
Only show scrollbar when content is clipped
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 425537b..259c5d0 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -57,7 +57,7 @@ a:hover {
pre {
color: #ffffba;
- overflow: scroll;
+ overflow: auto;
line-height: normal;
}