Merge branch 'feature/885-presentation-mode-1' of github.com:influxdata/chronograf into feature/885-presentation-mode-1
commit
4c08488fc7
|
@ -69,6 +69,10 @@ $dashboard-item-heading: 30px;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
.hosts-graph {
|
.hosts-graph {
|
||||||
|
user-select: none !important;
|
||||||
|
-o-user-select: none !important;
|
||||||
|
-moz-user-select: none !important;
|
||||||
|
-webkit-user-select: none !important;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -97,6 +101,10 @@ $dashboard-item-heading: 30px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.hosts-graph-heading {
|
.hosts-graph-heading {
|
||||||
|
user-select: none !important;
|
||||||
|
-o-user-select: none !important;
|
||||||
|
-moz-user-select: none !important;
|
||||||
|
-webkit-user-select: none !important;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue