diff --git a/frontend/app/view/sysinfo/sysinfo.less b/frontend/app/view/sysinfo/sysinfo.less index 2f36f915f..cfa5c1f10 100644 --- a/frontend/app/view/sysinfo/sysinfo.less +++ b/frontend/app/view/sysinfo/sysinfo.less @@ -1,12 +1,12 @@ // Copyright 2024, Command Line Inc. // SPDX-License-Identifier: Apache-2.0 -.scrollable { +.sysinfo-view { flex-flow: column nowrap; flex-grow: 1; margin-bottom: 0; overflow-y: auto; - .sysinfo-view { + .sysinfo-inner { width: 100%; height: 100%; display: grid; diff --git a/frontend/app/view/sysinfo/sysinfo.tsx b/frontend/app/view/sysinfo/sysinfo.tsx index 8dcd20f1d..a1a70a888 100644 --- a/frontend/app/view/sysinfo/sysinfo.tsx +++ b/frontend/app/view/sysinfo/sysinfo.tsx @@ -531,8 +531,12 @@ const SysinfoViewInner = React.memo(({ model }: SysinfoViewProps) => { } return ( - -
+ +
{yvals.map((yval, idx) => { return (