Skip to content

Commit eab984d

Browse files
committed
Workaround slides, overview been cutoff and text became blurry in Firefox 47+
1 parent 1490eaf commit eab984d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

public/css/slide.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,13 @@ pre.mermaid > svg {
243243
border: none !important;
244244
box-shadow: none !important;
245245
margin-bottom: -.25em !important;
246+
}
247+
248+
.reveal .slides, .reveal .backgrounds, .reveal.overview {
249+
transform-style: preserve-3d;
250+
}
251+
252+
.reveal .slides > section,
253+
.reveal .slides > section > section {
254+
transform-style: flat;
246255
}

0 commit comments

Comments
 (0)