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.
1 parent f0ef3fc commit 66728cdCopy full SHA for 66728cd
1 file changed
website/src/components/PresentationMode/RevealSlideshow.module.css
@@ -335,13 +335,15 @@
335
336
/* Code Execution Flow Styles */
337
.executionFlow {
338
- composes: gpuOptimized;
+ will-change: transform;
339
+ transform: translateZ(0);
340
text-align: left;
341
max-width: 90%;
- margin: 0 auto;
342
+ margin: 1em auto;
343
padding: 0.5em;
- height: 100%;
344
+ max-height: 60vh;
345
overflow-y: auto;
346
+ scroll-margin-top: 1em;
347
}
348
349
.executionStep {
0 commit comments