From 7fba7ff3a062aff72aa13b7ee9eb77782bdfb758 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 25 Mar 2019 18:15:04 +0100 Subject: [PATCH] Fix #15071 - Improper display of hover box for original and pmahomme See: 88185f585c798e8a2ef8cd435d29713b20b1287e [ci skip] Signed-off-by: William Desportes --- themes/original/scss/_common.scss | 1 - themes/pmahomme/scss/_common.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index d34bf122dc..33d2830179 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -1273,7 +1273,6 @@ table#chartGrid { div.monitorChart { background: #ebebeb; - overflow: hidden; border: none; } } diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 52d9aafca7..28f5f14698 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -1582,7 +1582,6 @@ table#chartGrid { div.monitorChart { background: #ebebeb; - overflow: hidden; border: none; } }