Segment menu behind overlay of transition

Hi,

When I have opened the menu Behaviour > Transitions and select a new segment, the dropdown is shown behind the transition overlay. I think it is nicer to have the segment dropdown up front of the transition overlay. See the image.

I use Matomo 3.9.1

Regards,
Peter

Hi,

That’s definitely a bug and I reported it here:

Thanks for finding.

Hi Peter,

can you tests this patch?

https://patch-diff.githubusercontent.com/raw/matomo-org/matomo/pull/14459.patch

Hi Fabian,

thanks for your speedy respons and patch.
But unfortunately I don’t know how to use get github etc.

Regards,
Peter

Basically this is just a verbose file that tells you to make the following change to the plugins/Transitions/stylesheets/transitions.less file and then delete everything in tmp/

diff --git a/plugins/Transitions/stylesheets/transitions.less b/plugins/Transitions/stylesheets/transitions.less
index 70b8d0e643..dd4652185a 100644
--- a/plugins/Transitions/stylesheets/transitions.less
+++ b/plugins/Transitions/stylesheets/transitions.less
@@ -202,7 +202,7 @@ body .ui-tooltip.Transitions_Tooltip_Small {
 
 #transitions_report {
     #Transitions_Container {
-        z-index: 980;
+        z-index: 0;
     }
     #Transitions_CenterBox {
         z-index: 987;
@@ -247,4 +247,4 @@ body .ui-tooltip.Transitions_Tooltip_Small {
             overflow: scroll;
         }
     }

Okay. I will test it later on.

Groet,
Peter

I did a test and it worked.
Thanks for the quick fix.

1 Like