Skip to content

Commit ac74cc9

Browse files
committed
try unhiding the div
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 077c0c6 commit ac74cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly_static/src/template.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub(crate) fn html_body(js_source: &str) -> String {
219219
{js_source}
220220
</head>
221221
<body>
222-
<div id="plotly-html-element" hidden></div>
222+
<div id="plotly-html-element" style="position: absolute; left: -9999px; top: -9999px; width: 1200px; height: 900px;"></div>
223223
</body>
224224
</html>"#
225225
);

0 commit comments

Comments
 (0)