Эх сурвалжийг харах

HUE-7230 [editor] In full screen the left column filtering is too high and not shown when scrolling down

Enrico Berti 8 жил өмнө
parent
commit
82e8e0fd82

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

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