fix: stabilize mobile graph dragging and resize

This commit is contained in:
Youzini-afk
2026-04-11 23:18:23 +08:00
parent ba09d3b31b
commit fdfc15303b
4 changed files with 164 additions and 9 deletions

View File

@@ -3977,6 +3977,11 @@
overflow: auto;
}
#bme-mobile-graph-pane {
overflow: hidden;
overscroll-behavior: contain;
}
.bme-mobile-graph-pane.active {
display: flex;
}