Skip to content

Commit

Permalink
EZP-31632: Add ae-toolbar-floating class to base table toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev committed Oct 6, 2020
1 parent c1fd697 commit 2e6acfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default class EzConfigTableBase extends EzConfigFixedBase {
}

getArrowBoxClasses() {
return '';
return 'ae-toolbar-floating';
}
}

0 comments on commit 2e6acfe

Please sign in to comment.