From ab21f0d56eff6bdfca1cfe70327ca6c87d525612 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 21 Feb 2016 15:55:24 +0100 Subject: Automatically scroll overflowing source code --- themes/oni/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/oni/css/style.css b/themes/oni/css/style.css index 1305ee5..f002d4c 100644 --- a/themes/oni/css/style.css +++ b/themes/oni/css/style.css @@ -84,7 +84,7 @@ ul.tags li a { pre.src { position: relative; - overflow: visible; + overflow: auto; } pre.src:before { display: none; -- cgit v1.2.3-54-g00ecf