We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd51893 commit 15bacabCopy full SHA for 15bacab
src/scatter_gl.ts
@@ -89,6 +89,7 @@ export class ScatterGL {
89
90
constructor(containerElement: HTMLElement, params: ScatterGLParams = {}) {
91
this.containerElement = containerElement;
92
+ this.containerElement.style.position = 'relative';
93
this.styles = makeStyles(params.styles);
94
95
// Instantiate params if they exist
0 commit comments