From 01205902c4d2a08a5c0662b499125d03d783542c Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 12 Apr 2021 14:01:33 +0000 Subject: templates: only show scrollbars when needed --- templates/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 { -- cgit v1.2.3