diff options
author | Wu Cheng-Han | 2016-07-30 20:19:20 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-07-30 20:19:20 +0800 |
commit | eab984defff23e2bcf5edfd930714243653eafe2 (patch) | |
tree | 095e5a5b6f7fdd467a794fd5d29913b7047a8fcd /public/css | |
parent | 1490eafdd26a576dcc3832d1811802c0162dfe84 (diff) |
Workaround slides, overview been cutoff and text became blurry in Firefox 47+
Diffstat (limited to '')
-rw-r--r-- | public/css/slide.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/slide.css b/public/css/slide.css index dde26539..195981b3 100644 --- a/public/css/slide.css +++ b/public/css/slide.css @@ -243,4 +243,13 @@ pre.mermaid > svg { border: none !important; box-shadow: none !important; margin-bottom: -.25em !important; +} + +.reveal .slides, .reveal .backgrounds, .reveal.overview { + transform-style: preserve-3d; +} + +.reveal .slides > section, +.reveal .slides > section > section { + transform-style: flat; }
\ No newline at end of file |