mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 22:24:28 +00:00
Workaround slides, overview been cutoff and text became blurry in Firefox 47+
This commit is contained in:
parent
1490eafdd2
commit
eab984deff
@ -243,4 +243,13 @@ pre.mermaid > svg {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
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…
x
Reference in New Issue
Block a user