We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dac65b commit ce56c70Copy full SHA for ce56c70
app/code/Magento/Ui/view/base/web/js/grid/toolbar.js
@@ -271,7 +271,9 @@ define([
271
*/
272
show: function () {
273
this.visible = true;
274
-
+ if($('.page-main-actions').length === 0) {
275
+ this.$sticky.style.top = 0;
276
+ }
277
this.$sticky.style.display = '';
278
this.$toolbar.style.visibility = 'hidden';
279
0 commit comments