mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-07 22:53:45 -06:00
Fix iFrame panels on Firefox.
This commit is contained in:
parent
dd78a2650c
commit
c9b0273a14
@ -53,8 +53,8 @@ function buildIFramePanel(docker, name, title, width, height, showTitle, isClose
|
||||
myPanel.closeable(isCloseable);
|
||||
|
||||
var $frameArea = $('<div style="width:100%;height:100%;position:relative;">');
|
||||
myPanel.layout().addItem($frameArea);
|
||||
|
||||
myPanel.layout().addItem($frameArea).parent().css('height', '100%');
|
||||
|
||||
var iFrame = new wcIFrame($frameArea, myPanel);
|
||||
iFrame.openURL(url);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user