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 <noreply@anthropic.com>
This commit is contained in:
parent
fb03a99f2c
commit
57e0f1f687
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user