Skip to content

Commit a52e35e

Browse files
committed
CI - BUILD Commit
1 parent ba165bf commit a52e35e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,6 @@ angular.module('zeppelinWebApp')
941941

942942

943943
var renderTable = function() {
944-
945944
var html = '';
946945
html += '<table class="table table-hover table-condensed">';
947946
html += ' <thead>';
@@ -982,11 +981,13 @@ angular.module('zeppelinWebApp')
982981
return angular.element('#p' + $scope.paragraph.id + '_table');
983982
}
984983
});
984+
985985
angular.element('#p' + $scope.paragraph.id + '_table').css('position', 'relative');
986986
angular.element('#p' + $scope.paragraph.id + '_table').css('height', '100%');
987987
angular.element('#p' + $scope.paragraph.id + '_table').perfectScrollbar('destroy');
988988
angular.element('#p' + $scope.paragraph.id + '_table').perfectScrollbar();
989989
angular.element('.ps-scrollbar-y-rail').css('z-index', '1002');
990+
990991
// set table height
991992
var psHeight = $scope.paragraph.config.graph.height;
992993
angular.element('#p' + $scope.paragraph.id + '_table').css('height', psHeight);

0 commit comments

Comments
 (0)