From bdbfde3b46c63aeb0a07933c6af0f2db2c8850f8 Mon Sep 17 00:00:00 2001 From: Halali Date: Wed, 31 Oct 2018 18:45:16 +0100 Subject: [PATCH] Fix for z-index in data-tooltip --- views/settings.tpl | 3 +++ views/wizard.tpl | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/views/settings.tpl b/views/settings.tpl index b698ce56b..40e86878a 100644 --- a/views/settings.tpl +++ b/views/settings.tpl @@ -33,6 +33,9 @@ opacity: 0.45 !important; pointer-events: none !important; } + [data-tooltip]:after { + z-index: 2; + } diff --git a/views/wizard.tpl b/views/wizard.tpl index 9f16e6d50..ca5e2f941 100644 --- a/views/wizard.tpl +++ b/views/wizard.tpl @@ -40,7 +40,10 @@ width: 640px; height: 480px; margin: 20px; -} + } + [data-tooltip]:after { + z-index: 2; + }