From 080470b1428a0ca58a9ed7eb7aac8050f26543a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 9 Jul 2020 16:51:20 +0200 Subject: HTML Download tab now div instead of article. --- static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index f7b8fbfa..f4a076fa 100644 --- a/static/style.css +++ b/static/style.css @@ -643,7 +643,9 @@ along with their colors. min-height: 20ch; } -.popup article { +.popup article, +.popup div +{ /* makes the text in the popup scroll, but not the sidebar */ overflow-y: auto; padding: 1em; -- cgit v1.2.3