mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 18:29:00 +08:00
[Fix]: scroll bar issue in table panel (#4043)
This commit is contained in:
parent
63efb2b25a
commit
e3b2882811
@ -19,5 +19,13 @@ export const WrapperStyled = styled.div`
|
|||||||
& .ant-table {
|
& .ant-table {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
> .ant-table-container {
|
||||||
|
> .ant-table-content {
|
||||||
|
> table {
|
||||||
|
min-width: 99% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user