From 11dff428f4ec7c19ff62b66af955c9f64f168ada Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Thu, 17 Sep 2026 20:49:55 -0400 Subject: [PATCH] The leading casting panel sizes to its card instead of scrolling inside a sliver Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG --- packages/web/src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index b0063eb..4d5bab4 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -4410,7 +4410,7 @@ /* While a card is aimed or an attack answered, its panel leads the * column: on a short screen the banner, the coaching, and the * scoresheet would otherwise push it below the fold of a scrolling rail. */ - .paper-rail > .cast-panel { order: -1; } + .paper-rail > .cast-panel { order: -1; flex: 0 0 auto; overflow: visible; } .slip { background: #e9e1cb;