diff --git a/docs/index.html b/docs/index.html index 0fcc85ca..75686de5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,7 +23,9 @@

The library is developed by - Almende B.V. + Almende B.V.. + Vis.js runs fine on Chrome, Firefox, Opera, Safari, IE9+, and most mobile + browsers (with full touch support).

Components

diff --git a/src/graph/Graph.js b/src/graph/Graph.js index 8dd9db68..a9d68a0b 100644 --- a/src/graph/Graph.js +++ b/src/graph/Graph.js @@ -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' );