File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ This CSS was stripped out of base.css from the osf-style repo.
42
42
align-items : center;
43
43
width : 100% ;
44
44
height : 250px ;
45
+ top : 0 ;
46
+ left : 0 ;
45
47
}
46
48
47
49
.ball-scale > div {
@@ -52,7 +54,7 @@ This CSS was stripped out of base.css from the osf-style repo.
52
54
}
53
55
54
56
# mfrIframe iframe {
55
- display : none ;
57
+ opacity : 0.0 ;
56
58
}
57
59
58
60
# mfrIframe {
Original file line number Diff line number Diff line change 82
82
self . pymParent . el . appendChild ( self . spinner ) ;
83
83
$ ( self . pymParent . iframe ) . on ( 'load' , function ( ) {
84
84
self . pymParent . el . removeChild ( self . spinner ) ;
85
- this . style . display = "block "
85
+ this . style . opacity = "1.0 "
86
86
} )
87
87
88
88
self . pymParent . onMessage ( 'embed' , function ( message ) {
You can’t perform that action at this time.
0 commit comments