# HG changeset patch # User Calvin Yeh # Date 1490264321 -3600 # Node ID c47ce1f18ac6f6064e94ed439a82725d4153f2c9 # Parent 2104dde1a7e48e3e14087d3744ad2f6b35f11dc0 bug fixed: flot tip is hidden behind the Timeline window diff -r 2104dde1a7e4 -r c47ce1f18ac6 geotemco/platin.js --- 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',