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 ZILLIOX <thomas@zilliox.me>2013-08-15 05:15:34 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-15 05:15:34 +0400
commit8b1ade2a22fb140dd9c9b2f68870c4df7d8c1192 (patch)
treef80b0e3ec2b3a64dd9592d1f9c9bb158ee4dc699 /plugins/LeftMenu
parentd3bde2d000c346c0e7b054a98e00671a5a4e66f2 (diff)
Remove dashboard height limit for the LeftMenu style
Diffstat (limited to 'plugins/LeftMenu')
-rw-r--r--plugins/LeftMenu/stylesheets/theme.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less
index 9bee26e694..b0507b5d66 100644
--- a/plugins/LeftMenu/stylesheets/theme.less
+++ b/plugins/LeftMenu/stylesheets/theme.less
@@ -126,4 +126,5 @@
margin-left: 240px;
border-width: 0;
padding-top: 0;
+ max-height: none;
}