Skip to content

Commit

Permalink
update: add position relative
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Nov 14, 2023
1 parent eb1a192 commit abe3c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ThreeDEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ export class ThreeDEditor extends React.Component {
const { isInteractive } = this.state;

return (
<div>
<div style={{ position: "relative" }}>
{this.renderCoverDiv()}
<IconsToolbar
toolbarConfig={this.getToolbarConfig()}
Expand Down

0 comments on commit abe3c85

Please sign in to comment.