Skip to content

Commit

Permalink
gl-react-dom to allow Surface to be absolute positionned
Browse files Browse the repository at this point in the history
Fixes #238
  • Loading branch information
gre committed Dec 26, 2020
1 parent 24a7787 commit be57c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gl-react-dom/src/GLViewDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ export default class GLViewDOM extends Component<
return (
<span
style={{
position: "relative",
...style,
display: "inline-block",
position: "relative",
width,
height,
}}
Expand Down

0 comments on commit be57c71

Please sign in to comment.