From d5b644274a892760fb80508885cf714741f1d8af Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Mon, 8 May 2017 17:31:54 -0700 Subject: [PATCH] Fix #1431 -- no legend on graph-single-stat --- ui/src/style/components/dygraphs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style/components/dygraphs.scss b/ui/src/style/components/dygraphs.scss index 028094b96b..68d027b4c1 100644 --- a/ui/src/style/components/dygraphs.scss +++ b/ui/src/style/components/dygraphs.scss @@ -154,5 +154,6 @@ position: absolute; width: 100%; top: 0; + pointer-events: none; } }