Skip to content

fix(Calendar): add isolation to day cell container - #2001

Merged
cixzhang merged 1 commit into
mainfrom
navi/fix/calendar-z-index-isolation
May 3, 2026
Merged

fix(Calendar): add isolation to day cell container#2001
cixzhang merged 1 commit into
mainfrom
navi/fix/calendar-z-index-isolation

Conversation

@cixzhang

@cixzhang cixzhang commented May 3, 2026

Copy link
Copy Markdown
Contributor

The day button uses z-index: 1 to sit above the range/preview background layers. Without a stacking context on the cell, this z-index leaks to the parent and can paint over siblings like sticky headers.

isolation: isolate on the cell container scopes the internal stacking without affecting external layout. Same pattern as the Field/TextInput fix in #1890.

The day button uses z-index: 1 to sit above the range/preview
background layers. Without a stacking context on the cell, this
z-index leaks to the parent and can paint over siblings like
sticky headers. isolation: isolate on the cell container scopes
the internal stacking without affecting external layout.
@vercel

vercel Bot commented May 3, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
xds-sandbox Ready Ready Preview, Comment May 3, 2026 11:46am

Request Review

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label May 3, 2026
@cixzhang
cixzhang enabled auto-merge (squash) May 3, 2026 11:46
@cixzhang
cixzhang merged commit cef1348 into main May 3, 2026
20 checks passed
@github-actions

github-actions Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

PR Analysis Report

📚 Storybook Preview

View Storybook for this PR
GitHub Pages may take up to a minute to hydrate after deploy.

🧪 Sandbox Preview

View Sandbox for this PR
GitHub Pages may take up to a minute to hydrate after deploy.

No new or modified components detected.

Bundle Size Summary

Package Size (ESM) Size (CJS) Gzipped
@xds/core 17.7KB 27.5KB 4.1KB

Accessibility Audit

Status: No accessibility violations detected.


Generated by PR Enrichment workflow | Storybook | Sandbox | View full report

@github-actions
github-actions Bot deleted the navi/fix/calendar-z-index-isolation branch May 4, 2026 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant