Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/css/bloblang-playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,13 @@ html[data-theme=dark] .bloblang-snippet .ace-editor {
overflow: visible;
}

/* The sticky product indicator (position: sticky, z-index: 50, opaque
background) otherwise overlaps and hides the page title on narrow screens.
Keep it in normal flow here so the title sits cleanly below it. */
.bloblang-playground .component-indicator-sticky {
position: static;
}

/* Ensure page title is visible on mobile */
.bloblang-playground .doc h1.page {
display: block !important;
Expand Down
Loading