Skip to content

Commit

Permalink
SW-25309 - Remove iframe border from lightweight backend modules
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Heidmann <[email protected]>
fixes shopware5#2335
  • Loading branch information
Pascal Heidmann authored and philipreinken committed Mar 20, 2020
1 parent 16209f9 commit 8366969
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Ext.define('Shopware.ModuleManager', {
'width': '100%',
'height': '100%',
'border': '0',
'frameBorder': 0,
'src': (fullPath ? name : '{url module="backend" controller=""}' + name),
'data-instance': instance
}));
Expand Down

0 comments on commit 8366969

Please sign in to comment.