We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53cdb89 + 66728cd commit 6130928Copy full SHA for 6130928
1 file changed
website/src/components/PresentationMode/RevealSlideshow.module.css
@@ -337,13 +337,15 @@
337
338
/* Code Execution Flow Styles */
339
.executionFlow {
340
- composes: gpuOptimized;
+ will-change: transform;
341
+ transform: translateZ(0);
342
text-align: left;
343
max-width: 90%;
- margin: 0 auto;
344
+ margin: 1em auto;
345
padding: 0.5em;
- height: 100%;
346
+ max-height: 60vh;
347
overflow-y: auto;
348
+ scroll-margin-top: 1em;
349
}
350
351
.executionStep {
0 commit comments