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@piwik.org>2017-11-20 03:16:26 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-11-20 03:16:26 +0300
commitf149d7738831b74631c6dd336ed1333f88c66e6e (patch)
treec068d7d4f78e6b1ff8c16d894c402a446d41df2f /plugins/Dashboard/stylesheets
parent66c23edb516d5b565d2b29bd7b06d98a60f6b0af (diff)
Fixes CSS position to solve overlay problems (#12023)
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/widget.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/widget.less b/plugins/Dashboard/stylesheets/widget.less
index c441b9c663..d589681f66 100644
--- a/plugins/Dashboard/stylesheets/widget.less
+++ b/plugins/Dashboard/stylesheets/widget.less
@@ -149,3 +149,10 @@
.bar-graph-colors[data-name=grid-background] {
color: @theme-color-widget-background !important;
}
+
+
+.widgetoverlay {
+ .widget, .ui-dialog-content {
+ position: static;
+ }
+}