Skip to content

Commit c4ab72e

Browse files
ofriwclaude
andcommitted
Fix executionFlow visibility by excluding from vertical centering rule
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f3f553c commit c4ab72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
}
519519

520520
/* Content area - fills remaining space */
521-
:global(.reveal .slides section) > *:not(h1):not(h2):not(.slideCaption):not(.comparison):not(.marketingReality) {
521+
:global(.reveal .slides section) > *:not(h1):not(h2):not(.slideCaption):not(.comparison):not(.marketingReality):not(.executionFlow) {
522522
flex-grow: 1;
523523
display: flex;
524524
flex-direction: column;

0 commit comments

Comments
 (0)