mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode, Closes #795
This commit is contained in:
parent
94d2ae2a6a
commit
d40e21a7e0
@ -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)
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user