Skip to content

Conversation

@jeanduplessis
Copy link
Contributor

Summary

  • Clarify that FIPS-compatible packages require a Business Critical subscription
  • Fix wide table overflow issue where tables with many columns (like the Publish summary matrix) would overlap the right sidebar

Changes

FIPS Documentation

  • Update table to clarify FIPS packages require Business Critical subscription

Table Overflow Fix

  • Add ScrollTable React component with scroll-aware shadow indicators
  • Update CSS to enable horizontal scrolling on tables (display: block, overflow-x: auto)
  • Register ScrollTable in MDXComponents for global MDX availability
  • Wrap the 11-column Publish summary matrix table with <ScrollTable>

The scroll shadow indicators appear dynamically based on scroll position to hint that there's more content to scroll.

Test plan

  • Verify FIPS clarification is accurate in the Publish summary matrix
  • Navigate to Package Policies page and verify the wide table no longer overlaps the sidebar
  • Verify scroll shadows appear on the right when table loads
  • Scroll the table and verify left shadow appears, right shadow disappears at end
  • Test in both light and dark mode

Update all FIPS-related references from "Enterprise+" to
"Business Critical subscription" for consistency and accuracy.
Changes include scope table, access guidelines, and feature matrix.
Fixes table overflow issue where wide tables (like the 11-column
Publish summary matrix in packages/policies.md) would overlap the
right sidebar.

Changes:
- Add ScrollTable React component with scroll-aware shadow indicators
- Update CSS to enable horizontal scrolling on tables
- Register ScrollTable in MDXComponents for global availability
- Wrap problematic table in policies.md with ScrollTable

The solution provides visual cues (gradient shadows) that appear
dynamically based on scroll position to indicate scrollable content.
@vercel
Copy link

vercel bot commented Jan 16, 2026

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

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 16, 2026 10:20am

Review with Vercel Agent

@jeanduplessis jeanduplessis merged commit af99d47 into main Jan 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants