mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 04:52:03 +08:00
fix: scroll is added in case of extra space (#1838)
This commit is contained in:
parent
6931b18382
commit
f170eb1b23
@ -17,6 +17,10 @@ import SelectService from './SelectService';
|
||||
import { getGraphData, getTooltip, getZoomPx, transformLabel } from './utils';
|
||||
|
||||
const Container = styled.div`
|
||||
.force-graph-container {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.force-graph-container .graph-tooltip {
|
||||
background: black;
|
||||
padding: 1px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user