Workaround slides, overview been cutoff and text became blurry in Firefox 47+
This commit is contained in:
parent
1490eafdd2
commit
eab984deff
1 changed files with 9 additions and 0 deletions
|
@ -244,3 +244,12 @@ pre.mermaid > svg {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
margin-bottom: -.25em !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;
|
||||||
|
}
|
Loading…
Reference in a new issue