Avoid click on graph when zooming

This commit is contained in:
2025-06-18 16:09:31 +02:00
parent 94bdc5e615
commit ca593c7d81
3 changed files with 3 additions and 4 deletions

View File

@ -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 {