From 57e0f1f687acf8bcc3fe2e9417cb3e0a6fa48a4c Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 16 Jun 2026 21:39:20 -0400 Subject: [PATCH] Fix mobile sheet label clipped at top of preview Increased previewWrap top padding from 20px to 36px so the absolutely- positioned sheet label (top:-26/30px) is no longer cut off on mobile. Co-Authored-By: Claude Sonnet 4.6 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a3fff97..06df062 100644 --- a/style.css +++ b/style.css @@ -310,7 +310,7 @@ background:rgba(20,22,28,.72);color:#fff;padding:3px 8px;border-radius:999px;} .previewWrap{ width:100%;height:100%; overflow-y:auto;overflow-x:hidden; - padding:20px 10px; + padding:36px 10px 16px; gap:16px; border-bottom:1px solid var(--line); background:var(--bench);