|
@@ -2168,7 +2168,7 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
|
|
|
if (snippetEl.find('.dataTables_wrapper').length > 0 && snippet.showGrid()) {
|
|
if (snippetEl.find('.dataTables_wrapper').length > 0 && snippet.showGrid()) {
|
|
|
window.clearTimeout(resultFollowTimeout);
|
|
window.clearTimeout(resultFollowTimeout);
|
|
|
resultFollowTimeout = window.setTimeout(function () {
|
|
resultFollowTimeout = window.setTimeout(function () {
|
|
|
- var topCoord = vm.isPresentationMode() || vm.isResultFullScreenMode() ? 1 : 73;
|
|
|
|
|
|
|
+ var topCoord = vm.isPresentationMode() || vm.isResultFullScreenMode() ? 50 : 73;
|
|
|
var offsetTop = 0;
|
|
var offsetTop = 0;
|
|
|
if (snippetEl.find('.dataTables_wrapper').length > 0 && snippetEl.find('.dataTables_wrapper').offset()){
|
|
if (snippetEl.find('.dataTables_wrapper').length > 0 && snippetEl.find('.dataTables_wrapper').offset()){
|
|
|
offsetTop = (snippetEl.find('.dataTables_wrapper').offset().top - topCoord) * -1;
|
|
offsetTop = (snippetEl.find('.dataTables_wrapper').offset().top - topCoord) * -1;
|