Ensure that scroll bar on browser tree should be visible on windows resize #5402

This commit is contained in:
Nikhil Mohite
2022-10-06 15:58:05 +05:30
committed by GitHub
parent b086e1fd83
commit bb78d91d1b
4 changed files with 7 additions and 11 deletions

View File

@@ -196,7 +196,7 @@ define('pgadmin.browser', [
isPrivate: true,
icon: '',
limit: 1,
content: '<div id="tree" class="aciTree"></div>',
content: '<div id="tree" class="browser-tree"></div>',
onCreate: function(panel, $container) {
toolBar.initializeToolbar(panel, wcDocker);
$container.addClass('pg-no-overflow');