Skip to content

Commit

Permalink
Merge pull request #94 from AlternateIf/patch-1
Browse files Browse the repository at this point in the history
allow scrolling through tbar
  • Loading branch information
weisswurstkanone authored Jul 9, 2020
2 parents 1d21802 + 1be9c39 commit 3d89aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/public/js/searchConfig/resultPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ pimcore.bundle.advancedObjectSearch.searchConfig.resultPanel = Class.create(pimc
tbars = [{
xtype: 'toolbar',
dock: 'top',
overflowHandler: 'scroller',
items: tbar
}];

Expand Down

0 comments on commit 3d89aaf

Please sign in to comment.