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:
authorStefan Giehl <stefan.giehl@mayflower.de>2015-01-09 12:51:32 +0300
committerStefan Giehl <stefan.giehl@mayflower.de>2015-01-09 12:51:32 +0300
commit31b7371db24a523730ca6707e828950051b49f81 (patch)
treec00ece02b1a2406249b872ce3c7d6118776cc8be /plugins/Dashboard
parent9bb34bbda6f27ff40fd9129c34f5e8f0d729ff18 (diff)
fixes #6700 - assure that hidden content isn't visible in viewport anymore
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 4bba174dd2..24579f985e 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -96,6 +96,8 @@
.widgetContent.hidden {
position: absolute;
top: -5000px;
+ height: 1000px;
+ overflow: hidden;
}
.widgetContent.loading {