From d40e21a7e0337d1a4df9727e6e3e8b478e0bdc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 17 Sep 2014 09:29:51 +0200 Subject: [PATCH] Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode, Closes #795 --- CHANGELOG.md | 1 + src/css/less/grafana.less | 15 +++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a6905d158..1909b01c7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ **Fixes** - [Issue #802](https://github.com/grafana/grafana/issues/802). Annotations: Fix when using InfluxDB datasource +- [Issue #795](https://github.com/grafana/grafana/issues/795). Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode # 1.8.0-RC1 (2014-09-12) diff --git a/src/css/less/grafana.less b/src/css/less/grafana.less index da9f300b0e7..8d52f749ff5 100644 --- a/src/css/less/grafana.less +++ b/src/css/less/grafana.less @@ -36,8 +36,8 @@ } .logo-icon { - width: 26px; - padding: 12px 11px 0 0; + width: 24px; + padding: 13px 11px 0 0; display: block; float: left; } @@ -100,7 +100,7 @@ .panel-fullscreen { z-index: 100; - display: block !important; + display: block; position: fixed; left: 0px; right: 0px; @@ -116,11 +116,10 @@ } } -.dashboard-fullscreen .main-view-container { - height: 0px; - width: 0px; - position: fixed; - right: -10000px; +.dashboard-fullscreen { + .row-control-inner { + display: none; + } } .histogram-chart {