Avoid click on graph when zooming

This commit is contained in:
2025-06-18 16:09:31 +02:00
부모 94bdc5e615
커밋 ca593c7d81
3개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -2,12 +2,12 @@
width: 100%;
height: 70vh;
display: block;
overflow: clip;
}
.zoom-control {
float: right;
margin-right: 10px;
display: flex;
justify-content: right;
}
.graph-toolbar {