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:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-20 10:15:43 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-20 10:15:43 +0400
commit4b5ee82434ffe4ff1246b21f05c7be4bb6544fd0 (patch)
tree2ef31ac7bfa246c7a9173ecc975b38f83080e07b /plugins/Morpheus
parent6de375ec21d236dce4f7a3caebb2ac605e17f9ea (diff)
refs #5977 make sure the site selector is always visible
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_siteSelect.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/uibase/_siteSelect.less b/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
index f71303d29a..e408ca147e 100644
--- a/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
+++ b/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
@@ -31,6 +31,12 @@
font-weight: bold;
}
+.top_bar_sites_selector {
+ .sites_autocomplete .custom_select {
+ z-index: 139;
+ }
+}
+
.sites_autocomplete .custom_select {
float: left;
position: relative;