From b0459ffa85b595d79ce3dee14d79152b0bad153f Mon Sep 17 00:00:00 2001 From: Markus Ehrnsperger Date: Sat, 22 May 2021 21:24:37 +0200 Subject: [PATCH] fix AboutBox --- css/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/styles.css b/css/styles.css index c12070cb..7654bef5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1339,3 +1339,11 @@ div.epg_content div.about_head div div { border-top: 1px solid #C0C1DA; border-bottom: 1px solid #C0C1DA; } + +#infowin-opened { + z-index: 100000; + position: fixed; + top: 100px; + left: 0px; +} +