From bafa8fcfd396509c13988cc74d7921b41edceccc Mon Sep 17 00:00:00 2001 From: prpr Date: Sun, 28 May 2023 20:06:04 +0100 Subject: [PATCH] Stop epg jumping when page load has finished --- webif/html/xepg/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webif/html/xepg/style.css b/webif/html/xepg/style.css index 51df33b..a7b9945 100644 --- a/webif/html/xepg/style.css +++ b/webif/html/xepg/style.css @@ -198,3 +198,8 @@ button#later display: none; } +div div#spinner { + position: absolute; + top: 120px; + left: 82px; +}