From: martin f. krafft Date: Fri, 8 Dec 2023 12:50:28 +0000 (+0100) Subject: v-scroll class for long code X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/6805290b38f9ad84bd04a0c7ec3d81a0ee9f63d6 v-scroll class for long code --- 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; }