Merge branch 'feature/885-presentation-mode-1' of github.com:influxdata/chronograf into feature/885-presentation-mode-1

pull/10616/head
Andrew Watkins 2017-02-23 13:10:06 -06:00
commit 4c08488fc7
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,10 @@ $dashboard-item-heading: 30px;
left: 0;
}
.hosts-graph {
user-select: none !important;
-o-user-select: none !important;
-moz-user-select: none !important;
-webkit-user-select: none !important;
background-color: transparent;
position: absolute;
width: 100%;
@ -97,6 +101,10 @@ $dashboard-item-heading: 30px;
}
.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;
position: absolute;
top: 0;