From 2da427ca030b86c2d32c72a4a997a075f0d9de0d Mon Sep 17 00:00:00 2001 From: Gontier Julien Date: Tue, 12 Jan 2021 20:18:32 +0100 Subject: [PATCH] Fix charts overflowing. Signed-off-by: Gontier Julien --- style/pi-hole.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index fe9b4424..7ced4eef 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -210,7 +210,6 @@ } .chart-legend { - height: 250px; overflow: auto; }