We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1490eaf commit eab984dCopy full SHA for eab984d
1 file changed
public/css/slide.css
@@ -243,4 +243,13 @@ pre.mermaid > svg {
243
border: none !important;
244
box-shadow: none !important;
245
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;
255
}
0 commit comments