Fix sheet handle visibility
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-15 22:39:33 +02:00
parent 26c5c119f0
commit cddd1b7b6e
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ function HomePage() {
}
}}
>
<div className="sheet-handle" style={{ cursor: 'grab' }} />
<div className="sheet-handle-area"><div className="sheet-handle" /></div>
<div style={{ padding: '12px 16px', display: 'flex', flexDirection: 'column', alignItems: 'center', gap: '12px' }}>
{cardDetailContent(expandedCard)}
</div>