From bea6626e19e20203e65c93b54c5a5a40ffb69188 Mon Sep 17 00:00:00 2001 From: Chad Wagner Date: Thu, 27 Oct 2022 09:31:37 -0700 Subject: [PATCH] Eliminate horizontal scrollbars on iPhone. This seems to eliminate horizontal scroll bars on iPhone for the animation frame. It also centers the text above the grid and home icons. --- dashboard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard.json b/dashboard.json index 4072b8cb..70249351 100644 --- a/dashboard.json +++ b/dashboard.json @@ -962,7 +962,7 @@ "id": 13, "links": [], "options": { - "content": "
\n\n\n
", + "content": "
\n\n\n
", "mode": "html" }, "pluginVersion": "9.1.2", @@ -8786,4 +8786,4 @@ "uid": "RSabAvRRzV", "version": 11, "weekStart": "" -} \ No newline at end of file +}