From fcd3384f9f058cf199f4fd10a25b6c700fd12a44 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 21 Oct 2021 08:57:00 -0700 Subject: Fix line numbers in source code with reveal.js We need "overflow: visible" for these to work, and reveal's default css disables this. So this modifies the default template to add this. Closes #7634. Thanks to @cderv for diagnosing the issue. --- data/templates/default.revealjs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs index 203983522..45727e2d2 100644 --- a/data/templates/default.revealjs +++ b/data/templates/default.revealjs @@ -19,6 +19,9 @@ $endif$ $if(theme)$ -- cgit v1.2.3