mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 02:17:11 +00:00
9 lines
168 B
TypeScript
9 lines
168 B
TypeScript
|
|
import styled from 'styled-components';
|
||
|
|
|
||
|
|
export const LegendsContainer = styled.div`
|
||
|
|
display: flex;
|
||
|
|
overflow-y: scroll;
|
||
|
|
margin-right: 1rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
`;
|