diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-04 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-04 00:00:00 +0000 |
commit | b84871a256dd02f4d7e909c738f74a98a9b69a974261b9e58a5f1dfa3c3888a4 (patch) | |
tree | 3b531d576dc7781736ad8c2da27a807e39f57e30c32b4ec024d92bcc985bc855 /static | |
parent | 157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743 (diff) | |
download | hugo-theme-journal-b84871a256dd02f4d7e909c738f74a98a9b69a974261b9e58a5f1dfa3c3888a4.tar.gz hugo-theme-journal-b84871a256dd02f4d7e909c738f74a98a9b69a974261b9e58a5f1dfa3c3888a4.zip |
Provide a scroll bar for overflowed preformatted text
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css index 7851cff..618bb5f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -57,13 +57,12 @@ a:hover { pre { color: #ffffba; - overflow: auto; + overflow: scroll; } header pre { margin-bottom: 2em; line-height: 1.1em; - overflow: hidden; } footer p { |