From f93f5c8fdd0451d48ca55f6c4a8d32f780ffe010 Mon Sep 17 00:00:00 2001 From: chylex Date: Thu, 19 May 2022 12:28:24 +0200 Subject: [PATCH] Fix DHT tracker overlaying bottom of the app & set z-index to force it on top if it happens again Closes #181 --- app/Resources/Tracker/styles/controller.css | 3 ++- app/Resources/Tracker/styles/settings.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Resources/Tracker/styles/controller.css b/app/Resources/Tracker/styles/controller.css index f9f1baf..e70bfc0 100644 --- a/app/Resources/Tracker/styles/controller.css +++ b/app/Resources/Tracker/styles/controller.css @@ -1,4 +1,4 @@ -#app-mount > div[class*="app-"] { +#app-mount div[class*="app-"] { margin-bottom: 48px !important; } @@ -8,6 +8,7 @@ width: 100%; height: 48px; background-color: #fff; + z-index: 1000000; } #dht-ctrl button { diff --git a/app/Resources/Tracker/styles/settings.css b/app/Resources/Tracker/styles/settings.css index e21cc9a..c0b0c0b 100644 --- a/app/Resources/Tracker/styles/settings.css +++ b/app/Resources/Tracker/styles/settings.css @@ -7,7 +7,7 @@ background-color: #000; opacity: 0.5; display: block; - z-index: 1000; + z-index: 1000001; } #dht-cfg { @@ -20,7 +20,7 @@ margin-top: -131px; padding: 8px; background-color: #fff; - z-index: 1001; + z-index: 1000002; } #dht-cfg-note {