Skip to content

Commit

Permalink
Increase maxHeight of Subsystems component to improve scrollable area
Browse files Browse the repository at this point in the history
Co-authored-by: rogerProtofy <[email protected]>
  • Loading branch information
TonProtofy and RogerOrRobert committed Nov 18, 2024
1 parent 24e987d commit 6a39d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protodevice/src/Subsystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => <YStack maxHeight={550} overflow="scroll" padding="$2" paddingTop="20px">
export const Subsystems = ({ subsystems, deviceName }) => <YStack maxHeight={750} overflow="scroll" padding="$2" paddingTop="20px">
<>
<YStack gap="$3">
{
Expand Down

0 comments on commit 6a39d06

Please sign in to comment.