Skip to content

Commit

Permalink
allow scrolling through tbar
Browse files Browse the repository at this point in the history
allow scrolling through tbar in case of multiple entries
  • Loading branch information
AlternateIf authored Jun 30, 2020
1 parent 1d21802 commit 1be9c39
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 1be9c39

Please sign in to comment.