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:
authorsgiehl <stefan@piwik.org>2016-03-13 01:38:26 +0300
committersgiehl <stefan@piwik.org>2016-03-15 01:56:23 +0300
commit780feedd07d3cbd749108ed1f49fd23542b6cc0f (patch)
treebbf6411a9879cd1d5ebd026fe4f4f37bec4ce5f6
parent218e9ee7946295d0f54ac21e7890eb0406580f94 (diff)
metric tooltip should be above site selector
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less b/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less
index 117fcf8716..6d071025f9 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less
@@ -10,7 +10,7 @@ table.dataTable th .columnDocumentation {
border: 1px solid #e4e5e4;
padding: 5px 10px 6px 10px;
border-radius: 4px;
- z-index: 125;
+ z-index: 150;
position: absolute;
box-shadow: 0 0 4px #e4e5e4;
cursor: default;