Skip to content

fix: hide watermark when printing#9525

Open
mscolnick wants to merge 1 commit into
mainfrom
ms/fix/print-hide-made-with-marimo
Open

fix: hide watermark when printing#9525
mscolnick wants to merge 1 commit into
mainfrom
ms/fix/print-hide-made-with-marimo

Conversation

@mscolnick
Copy link
Copy Markdown
Contributor

@mscolnick mscolnick commented May 12, 2026

Closes #9522

Copilot AI review requested due to automatic review settings May 12, 2026 19:02
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment May 12, 2026 7:03pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the run page watermark styling so it does not appear in printed output, aligning the run experience with other UI elements that are suppressed during printing.

Changes:

  • Adds the Tailwind print:hidden utility to the RunPage watermark container to hide it in print media.

Comment on lines +37 to +40
<div
className="fixed bottom-0 right-0 z-50 print:hidden"
data-testid="watermark"
>
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@mscolnick mscolnick added the bug Something isn't working label May 12, 2026
@mscolnick mscolnick enabled auto-merge (squash) May 12, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hide watermark on printing exported web page

2 participants