Skip to content

Commit 6130928

Browse files
committed
Merge branch 'podcast'
2 parents 53cdb89 + 66728cd commit 6130928

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

website/src/components/PresentationMode/RevealSlideshow.module.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,15 @@
337337

338338
/* Code Execution Flow Styles */
339339
.executionFlow {
340-
composes: gpuOptimized;
340+
will-change: transform;
341+
transform: translateZ(0);
341342
text-align: left;
342343
max-width: 90%;
343-
margin: 0 auto;
344+
margin: 1em auto;
344345
padding: 0.5em;
345-
height: 100%;
346+
max-height: 60vh;
346347
overflow-y: auto;
348+
scroll-margin-top: 1em;
347349
}
348350

349351
.executionStep {

0 commit comments

Comments
 (0)