B: Fix widescreen issue

This commit is contained in:
Ivan 2025-05-13 18:16:25 +03:00
parent 0e32c70610
commit 11d0ec6fac

View File

@ -70,7 +70,7 @@ export function DiagramFlow({
return ( return (
<div <div
tabIndex={-1} tabIndex={-1}
className={cn('relative cc-mask-sides w-[100dvw]', spaceMode && 'space-mode', className)} className={cn('relative cc-mask-sides max-w-480 w-[100dvw]', spaceMode && 'space-mode', className)}
style={{ ...style, height: height }} style={{ ...style, height: height }}
onKeyDown={handleKeyDown} onKeyDown={handleKeyDown}
onKeyUp={handleKeyUp} onKeyUp={handleKeyUp}