diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-09 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-09 00:00:00 +0000 |
commit | 8c4cf4bc4d52584193357696bf124766fb0b1419c3e11b9ec6942c346ffd0bb3 (patch) | |
tree | 296bea8837243479c7b69c453c103d8440858d253c609b5186c9dd8d22618250 | |
parent | 30f4800809d560931590325e7f0416bfb9c03411912ac72bb00ec375d64b79a2 (diff) | |
download | hugo-theme-journal-8c4cf4bc4d52584193357696bf124766fb0b1419c3e11b9ec6942c346ffd0bb3.tar.gz hugo-theme-journal-8c4cf4bc4d52584193357696bf124766fb0b1419c3e11b9ec6942c346ffd0bb3.zip |
Only show scrollbar when content is clipped
-rw-r--r-- | static/css/style.css | 2 |
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; } |