From c31308359389e146e6a9b6ac9ff9b2547e484bfa Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 17 Feb 2021 14:59:29 +0100 Subject: [PATCH] Specify background position and with/height - Click on this background trigger the tooltip close event. --- app/assets/stylesheets/darkswarm/question-mark-icon.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/question-mark-icon.scss b/app/assets/stylesheets/darkswarm/question-mark-icon.scss index 25a4e59ca3..6b28605625 100644 --- a/app/assets/stylesheets/darkswarm/question-mark-icon.scss +++ b/app/assets/stylesheets/darkswarm/question-mark-icon.scss @@ -38,6 +38,15 @@ margin-top: 0.1rem; background-color: transparent; + .background { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + } + .joyride-content-wrapper { background-color: $dynamic-blue; padding: $padding-small;