Browse Source

Removed unnecessary zIndex

css_transitions
jos 10 years ago
parent
commit
a093b9f588
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/graph/Graph.js

+ 0
- 1
src/graph/Graph.js View File

@ -737,7 +737,6 @@ Graph.prototype._create = function () {
this.frame.className = 'graph-frame';
this.frame.style.position = 'relative';
this.frame.style.overflow = 'hidden';
this.frame.style.zIndex = "1";
// create the graph canvas (HTML canvas element)
this.frame.canvas = document.createElement( 'canvas' );

Loading…
Cancel
Save