PeterM
(Peter)
May 17, 2019, 8:56am
1
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
Lukas
(Lukas Winkler)
May 17, 2019, 9:27am
2
Hi,
That’s definitely a bug and I reported it here:
opened 09:27AM - 17 May 19 UTC
closed 10:55PM - 18 Jun 19 UTC
Bug
c: Design / UI
reported in https://forum.matomo.org/t/segment-menu-behind-overlay-of-transition… /32915
> 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.
![grafik](https://user-images.githubusercontent.com/6266037/57918036-4637cb80-7896-11e9-93fe-6f879123768b.png)
I can reproduce this and it would be great if someone familiar with the z-index structure in Matomo could take a look at this.
Thanks for finding.
fdellwing
(Fabian Dellwing)
May 17, 2019, 9:59am
3
PeterM
(Peter)
May 18, 2019, 12:31pm
4
Hi Fabian,
thanks for your speedy respons and patch.
But unfortunately I don’t know how to use get github etc.
Regards,
Peter
Lukas
(Lukas Winkler)
May 18, 2019, 1:12pm
5
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;
}
}
PeterM
(Peter)
May 18, 2019, 2:04pm
6
Okay. I will test it later on.
Groet,
Peter
PeterM
(Peter)
May 18, 2019, 6:19pm
7
I did a test and it worked.
Thanks for the quick fix.
1 Like