Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Dellwing <f.dellwing@netfutura.de>2019-06-19 01:55:41 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2019-06-19 01:55:41 +0300
commit0d5378ea78fbc8830f49b92443ba4a949d3f6bf6 (patch)
tree90ba0cbab4fa9bae67ecf8a3127785160df265ab /plugins/Transitions
parentca26cca719ef7e24aa70408d1ec48467e2ac1c1e (diff)
Segment menu behind overlay of transition (#14459)
Diffstat (limited to 'plugins/Transitions')
-rw-r--r--plugins/Transitions/stylesheets/transitions.less4
1 files changed, 2 insertions, 2 deletions
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;
}
}
-} \ No newline at end of file
+}