summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-12 14:01:33 +0000
committernia <nia@pkgsrc.org>2021-04-12 14:01:33 +0000
commit01205902c4d2a08a5c0662b499125d03d783542c (patch)
tree1e88534cab756df17252e67c48c35ecf17ac2ded /templates
parent1ef74638a160627004114f152ba11ae36b3281da (diff)
downloadpkgsrc-01205902c4d2a08a5c0662b499125d03d783542c.tar.gz
templates: only show scrollbars when needed
Diffstat (limited to 'templates')
-rw-r--r--templates/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.css b/templates/main.css
index e7518e76f4c..97c1b2b7e25 100644
--- a/templates/main.css
+++ b/templates/main.css
@@ -1,4 +1,4 @@
-/* $NetBSD: main.css,v 1.10 2021/04/08 12:03:43 nia Exp $ */
+/* $NetBSD: main.css,v 1.11 2021/04/12 14:01:33 nia Exp $ */
body {
font-family: sans-serif;
@@ -13,7 +13,7 @@ body, pre, code, samp {
}
pre {
- overflow-x: scroll;
+ overflow-x: auto;
}
h1 {