From 914f12e6e7d09e1a1ed3a2041503cd85d627a221 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 8 Dec 2023 13:50:28 +0100 Subject: [PATCH] v-scroll class for long code --- .config/neomutt/htmlmail.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/neomutt/htmlmail.css b/.config/neomutt/htmlmail.css index c7d2220..75f8b2a 100644 --- a/.config/neomutt/htmlmail.css +++ b/.config/neomutt/htmlmail.css @@ -71,6 +71,11 @@ h4 { font-size: 107%; } h5 { font-size: 103%; } h6 { font-size: 100%; } +.v-scroll pre { + overflow-y: scroll; + height: 15em; +} + /* a { text-decoration:none; color:#3a5dae; } a:visited { color:#3a5dae; } -- 2.39.2