Adjust process list vertical offset

This commit is contained in:
shamoon 2026-02-14 07:14:14 -08:00
parent ca7dfb56c8
commit cdc96438cd
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ export default function Component({ service }) {
let listYPosition = "bottom-4";
if (chart) {
headerYPosition = "-top-6";
listYPosition = "-top-3";
listYPosition = "-top-2";
}
return (