]> arthur.barton.de Git - netdata.git/commitdiff
Fixes jumping page introduced with 33a2a8b
authorSimon Nagl <simonnagl@aim.com>
Thu, 28 Apr 2016 17:27:12 +0000 (19:27 +0200)
committerSimon Nagl <simonnagl@aim.com>
Thu, 28 Apr 2016 17:27:12 +0000 (19:27 +0200)
When using the setting "destroy hidden charts" the page jumps down and
up while reloading dial-graphs.

web/dashboard.slate.css

index 78cd84987f5e0750e2d678771b6ee024e2eb77aa..0536a3ed68c8f680f3088e883df47b5c99edad09 100644 (file)
@@ -24,9 +24,9 @@ body {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
-       align-items: baseline;
-       -moz-align-items: baseline;
-       -webkit-align-items: baseline;
+       align-items: flex-end;
+       -moz-align-items: flex-end;
+       -webkit-align-items: flex-end;
        justify-content: center;
        -moz--webkit-justify-content: center;
        -moz-justify-content: center;