Skip to content
Snippets Groups Projects
Commit c7d1b39c authored by Nikolaos Beer's avatar Nikolaos Beer
Browse files

Fix CSS

parent 0ef6ebe7
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ Ext.define('EdiromOnline.view.window.iFrameView', { ...@@ -35,7 +35,7 @@ Ext.define('EdiromOnline.view.window.iFrameView', {
var me = this; var me = this;
me.html = '<div id="' + me.id + '_iFrameViewCont" class="iFrameViewContent"><iframe id="' + me.id + me.html = '<div id="' + me.id + '_iFrameViewCont" class="iFrameViewContent" style="height: 100%;"><iframe id="' + me.id +
'_iFrameViewContIFrame" style="width:100%; height:100%; border:none; background-color:white;"></iframe></div>'; '_iFrameViewContIFrame" style="width:100%; height:100%; border:none; background-color:white;"></iframe></div>';
me.callParent(); me.callParent();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment