Fix drawing canvas 'done' button clipped by drawer max-height

This commit is contained in:
Chad Curtis
2026-03-26 23:13:25 -05:00
parent f702513a64
commit aecddf6fb5
+1 -1
View File
@@ -179,7 +179,7 @@ export function LetterEditor({
<div
style={{
overflow: 'hidden',
maxHeight: drawerOpen ? '400px' : '0',
maxHeight: drawerOpen ? (overlay === 'draw' ? '600px' : '400px') : '0',
transition: 'max-height 0.25s ease-in-out',
}}
>