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:
authormattab <matthieu.aubry@gmail.com>2014-12-01 06:08:09 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-01 06:08:09 +0300
commit1958f949480ca473d54e86996440061b4186154a (patch)
treedd552519a2d15cde097e9522915539bd51e6fd49 /plugins/Live
parente3139a3557ef685725516e693325ecebe7f1c247 (diff)
Fixes #5304 make the whole close button clickable
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/stylesheets/visitor_profile.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Live/stylesheets/visitor_profile.less b/plugins/Live/stylesheets/visitor_profile.less
index 5de7af057b..f449b8f488 100644
--- a/plugins/Live/stylesheets/visitor_profile.less
+++ b/plugins/Live/stylesheets/visitor_profile.less
@@ -64,6 +64,7 @@
}
.visitor-profile-close {
+ z-index: 10;
position:absolute;
right:-17px;
top:-16px;