Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode, Closes #795

This commit is contained in:
Torkel Ödegaard 2014-09-17 09:29:51 +02:00
parent 94d2ae2a6a
commit d40e21a7e0
2 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -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 {