diff options
Diffstat (limited to 'data/templates/default.revealjs')
-rw-r--r-- | data/templates/default.revealjs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs index 203983522..e1ca8b824 100644 --- a/data/templates/default.revealjs +++ b/data/templates/default.revealjs @@ -19,6 +19,9 @@ $endif$ <link rel="stylesheet" href="$revealjs-url$/dist/reset.css"> <link rel="stylesheet" href="$revealjs-url$/dist/reveal.css"> <style> + .reveal .sourceCode { /* see #7635 */ + overflow: visible; + } $styles.html()$ </style> $if(theme)$ @@ -134,7 +137,7 @@ $endif$ // Disables the default reveal.js slide layout (scaling and centering) // so that you can use custom CSS layout - disableLayout: false, + disableLayout: $disableLayout$, // Vertical centering of slides center: $center$, |