diff --git a/ts/graphs/graphs.scss b/ts/graphs/graphs.scss index a1d8f9dc6..713fa8e7a 100644 --- a/ts/graphs/graphs.scss +++ b/ts/graphs/graphs.scss @@ -17,6 +17,10 @@ --area-stroke-opacity: 0.18; } +* { + overscroll-behavior: none; +} + .graph-tooltip { position: absolute; padding: 15px;