fix: overflowing metrics for kpi charts (#18683)

This commit is contained in:
Kenil Shah 2024-11-19 13:26:00 +05:30 committed by GitHub
parent eb99a8563e
commit ff261fb373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,5 +21,6 @@
height: 100%;
display: flex;
flex-direction: column;
overflow-y: scroll;
}
}