summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-08-04 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-08-04 00:00:00 +0000
commitb84871a256dd02f4d7e909c738f74a98a9b69a974261b9e58a5f1dfa3c3888a4 (patch)
tree3b531d576dc7781736ad8c2da27a807e39f57e30c32b4ec024d92bcc985bc855 /static/css
parent157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743 (diff)
Provide a scroll bar for overflowed preformatted text
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css3
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 {