feat: added scroll bar to simple program

note that it will take quite a lot of items
for the simple prog to be filled up, only when it's
overflown the scroll bar will appear

ref: N25B-400
This commit is contained in:
Pim Hutting
2026-01-08 15:19:38 +01:00
parent 39f013c47f
commit 71443c7fb6
2 changed files with 24 additions and 6 deletions

View File

@@ -190,11 +190,7 @@ const MonitoringPage: React.FC = () => {
<StatusList title="Goals" items={goals} type="goal" />
<StatusList title="Triggers" items={triggers} type="trigger" />
<StatusList title="Norms" items={norms} type="norm" />
<StatusList
title="Conditional Norms"
items={conditionalNorms}
type="cond_norm"
/>
<StatusList title="Conditional Norms" items={conditionalNorms} type="cond_norm"/>
</main>
{/* LOGS */}