mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-16 07:21:30 +08:00

* fix(FE/Logs): fix all logs not visible on scrolling * fix(FE/logs): fix scroll behaviour in live logs * refactor(FE/logs): replaced StyledComponents with scss --------- Co-authored-by: Rajat Dabade <rajat@signoz.io>
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export const CARD_BODY_STYLE = {
|
|
padding: '0',
|
|
height: '100%',
|
|
};
|