fix(ui): adapt NodeEditor for smaller screens

This commit is contained in:
SammCheese 2023-04-22 08:33:05 +02:00
parent 67a8627cf6
commit 3044f3bfe5
No known key found for this signature in database
GPG Key ID: 28CFE2321A140BA1

View File

@ -17,7 +17,7 @@ const NodeEditor = () => {
sx={{
position: 'relative',
width: 'full',
height: 'full',
height: { base: '100vh', xl: 'full' },
borderRadius: 'md',
bg: 'base.850',
}}