Files
transformeroptimus--superagi/gui/pages/Content/APM/Apm.module.css
T
2026-07-13 12:43:34 +08:00

10 lines
171 B
CSS

.apm_dashboard_container {
display: flex;
flex-direction: column;
}
.apm_dashboard {
margin-top: 16px;
height: calc(100vh - 16vh);
overflow-y: auto;
}