SPB Git forge

spb/ai-atlas

Public
41commits 1branches 0releases
4.6 MBsize
maindefault branch
12 days agolast push
HTML 77.2% TypeScript 10.5% Python 9.6% JavaScript 2.5%

web: .table-scroll is a positioned container so sr-only children cannot widen the page

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Simon-Pierre Boucher committed 12 days ago (Sep 12, 2026) parent 3e9233b

1 changed file +1 −0

modified apps/web/src/app/globals.css +1 −0
@@ -488,6 +488,7 @@
488 488 }
489 489 /* Horizontal scroll wrapper for wide tables that must not stack. */
490 490 .table-scroll {
491 + position: relative; /* clip absolutely positioned .sr-only / caption children so they never widen the document */
491 492 overflow-x: auto;
492 493 -webkit-overflow-scrolling: touch;
493 494 scrollbar-width: thin;
494 495