mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that scroll bar on browser tree should be visible on windows resize #5402
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user