Skip to content

Commit

Permalink
fix jupyter-widget render tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Jan 16, 2020
1 parent f3014c6 commit 05e51d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified test/render/golden-images/path-lnglat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/render/golden-images/path-rounded.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/render/jupyter-widget.js
Expand Up @@ -308,7 +308,7 @@ async function loadPage() {
iframe.height = HEIGHT;
iframe.style.border = 'none';
Object.assign(iframe.style, {
position: 'absolute',
position: 'fixed',
top: 0,
left: 0
});
Expand Down

0 comments on commit 05e51d0

Please sign in to comment.