From a7e0fd317f021416f55c52712abdf0906a444bca Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sat, 26 Dec 2020 15:29:45 +0100 Subject: [PATCH] Prevent stats screen from overscrolling --- ts/graphs/graphs.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;