From ceaad7cfe92b99a031be3df7ddd23bb8b6df9ffc Mon Sep 17 00:00:00 2001 From: Andreas Reinhold / reini Date: Mon, 14 Sep 2026 05:36:42 +0200 Subject: [PATCH] Rewrap the drawer's pane paragraph A comment-only follow-up to the pane's move to `expanded`. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9 --- resources/views/components/drawer.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/components/drawer.blade.php b/resources/views/components/drawer.blade.php index ed7cb436..e7847ba4 100644 --- a/resources/views/components/drawer.blade.php +++ b/resources/views/components/drawer.blade.php @@ -16,8 +16,8 @@ would race the sheet's own — a compact window gets the full-bleed sheet). As a pane (`pane`, from `expanded`) nothing is covered: the page renders the drawer after its - list in - an `expanded:flex expanded:items-start expanded:gap-6` row, the drawer sticks under the top of the viewport, the + list in an `expanded:flex expanded:items-start expanded:gap-6` row, the drawer sticks under the + top of the viewport, the list stays usable and another row swaps what it shows — no scrim, no trap, no inert page. While closed it takes no room. `pane-width` sizes the pane (`22.5rem`, M3's 360dp fixed pane). Escape closes the sheet but leaves a pane open, since the page beside it is still in use; `pane-close-on-escape`