From 6a39d06247da89f23a53da8166073d3dc290765d Mon Sep 17 00:00:00 2001 From: TonProtofy Date: Mon, 18 Nov 2024 21:43:46 +0100 Subject: [PATCH] Increase maxHeight of Subsystems component to improve scrollable area Co-authored-by: rogerProtofy --- packages/protodevice/src/Subsystem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protodevice/src/Subsystem.tsx b/packages/protodevice/src/Subsystem.tsx index ef1648ef5..97922089c 100644 --- a/packages/protodevice/src/Subsystem.tsx +++ b/packages/protodevice/src/Subsystem.tsx @@ -254,7 +254,7 @@ const subsystem = ({ subsystem, deviceName }) => { // This componente will be deprecated: Use 'protolib/bundles/agents/subsystems/Subsystems' instead. // export {Subsystems} from 'protolib/bundles/agents/subsystems/Subsystems' -export const Subsystems = ({ subsystems, deviceName }) => +export const Subsystems = ({ subsystems, deviceName }) => <> {