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 7150e66 commit fefeccaCopy full SHA for fefecca
mfr/server/static/css/mfr.css
@@ -42,16 +42,14 @@ This CSS was stripped out of base.css from the osf-style repo.
42
align-items: center;
43
width: 100%;
44
height: 250px;
45
- top: 0;
46
- left: 0;
47
}
48
49
.embed-responsive-pdf {
50
padding-bottom: 95%;
51
52
53
#mfrIframe iframe {
54
- opacity: 0.0;
+ display: none;
55
56
57
#mfrIframe {
mfr/server/static/js/mfr.js
@@ -82,7 +82,7 @@
82
self.pymParent.el.appendChild(self.spinner);
83
$(self.pymParent.iframe).on('load', function() {
84
self.pymParent.el.removeChild(self.spinner);
85
- this.style.opacity = "1.0"
+ this.style.display = "block"
86
})
87
88
self.pymParent.onMessage('embed', function(message) {
0 commit comments