changeset 22:c47ce1f18ac6

bug fixed: flot tip is hidden behind the Timeline window
author Calvin Yeh <cyeh@mpipw-berlin.mpg.com>
date Thu, 23 Mar 2017 11:18:41 +0100
parents 2104dde1a7e4
children d864c58ae667
files geotemco/platin.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/geotemco/platin.js	Thu Mar 23 11:18:41 2017 +0100
+++ b/geotemco/platin.js	Thu Mar 23 11:18:41 2017 +0100
@@ -31262,7 +31262,7 @@
             if(this.tooltipOptions.defaultTheme) {
                 $tip.css({
                     'background': '#fff',
-                    'z-index': '1040',
+                    'z-index': '10400',
                     'padding': '0.4em 0.6em',
                     'border-radius': '0.5em',
                     'font-size': '0.8em',