mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 11:45:24 +02:00
Removed h-full and overflow-auto from the root grid div. h-full was constraining the grid to the viewport height, causing CSS grid to shrink rows to fit instead of overflowing. Parent <main> already has overflow-auto, so removing the height constraint lets content expand naturally and scroll correctly on small screens. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>